Changements dans les modules (nouvelle version Express, mysql, ..)
This commit is contained in:
7
node_modules/sqlstring/README.md
generated
vendored
7
node_modules/sqlstring/README.md
generated
vendored
@@ -3,7 +3,7 @@
|
||||
[![NPM Version][npm-version-image]][npm-url]
|
||||
[![NPM Downloads][npm-downloads-image]][npm-url]
|
||||
[![Node.js Version][node-image]][node-url]
|
||||
[![Build Status][travis-image]][travis-url]
|
||||
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
|
||||
[![Coverage Status][coveralls-image]][coveralls-url]
|
||||
|
||||
Simple SQL escape and format for MySQL
|
||||
@@ -16,7 +16,6 @@ $ npm install sqlstring
|
||||
|
||||
## Usage
|
||||
|
||||
<!-- eslint-disable no-unused-vars -->
|
||||
|
||||
```js
|
||||
var SqlString = require('sqlstring');
|
||||
@@ -198,9 +197,9 @@ console.log(sql); // UPDATE `users` SET `email` = 'foobar@example.com', `modifie
|
||||
[npm-version-image]: https://img.shields.io/npm/v/sqlstring.svg
|
||||
[npm-downloads-image]: https://img.shields.io/npm/dm/sqlstring.svg
|
||||
[npm-url]: https://npmjs.org/package/sqlstring
|
||||
[travis-image]: https://img.shields.io/travis/mysqljs/sqlstring/master.svg
|
||||
[travis-url]: https://travis-ci.org/mysqljs/sqlstring
|
||||
[coveralls-image]: https://img.shields.io/coveralls/mysqljs/sqlstring/master.svg
|
||||
[coveralls-url]: https://coveralls.io/r/mysqljs/sqlstring?branch=master
|
||||
[github-actions-ci-image]: https://img.shields.io/github/workflow/status/mysqljs/sqlstring/ci/master?label=build
|
||||
[github-actions-ci-url]: https://github.com/mysqljs/sqlstring/actions/workflows/ci.yml
|
||||
[node-image]: https://img.shields.io/node/v/sqlstring.svg
|
||||
[node-url]: https://nodejs.org/en/download
|
||||
|
||||
Reference in New Issue
Block a user