update deps
This commit is contained in:
9
node_modules/request-promise-native/README.md
generated
vendored
9
node_modules/request-promise-native/README.md
generated
vendored
@@ -10,11 +10,11 @@
|
||||
[](https://david-dm.org/request/request-promise-native)
|
||||
[](https://snyk.io/test/npm/request-promise-native)
|
||||
|
||||
This package is similar to [`request-promise`](https://www.npmjs.com/package/request-promise) but uses native ES6 promises.
|
||||
This package is similar to [`request-promise`](https://www.npmjs.com/package/request-promise) but uses native ES6+ promises.
|
||||
|
||||
Please refer to the [`request-promise` documentation](https://www.npmjs.com/package/request-promise). Everything applies to `request-promise-native` except the following:
|
||||
- Instead of using Bluebird promises this library uses native ES6 promises.
|
||||
- Mind that native ES6 promises have fewer features than Bluebird promises do. In particular, the `.finally(...)` method is not available.
|
||||
- Instead of using Bluebird promises this library uses native ES6+ promises.
|
||||
- Native ES6+ promises may have fewer features than Bluebird promises do. In particular, the `.finally(...)` method was not included until Node v10.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -49,6 +49,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
|
||||
|
||||
## Change History
|
||||
|
||||
- v1.0.8 (2019-11-03)
|
||||
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm).
|
||||
*(Thanks to @aw-davidson for reporting this in issue [#49](https://github.com/request/request-promise-native/issues/49).)*
|
||||
- v1.0.7 (2019-02-14)
|
||||
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
|
||||
*(Thanks to @evocateur for pointing this out.)*
|
||||
|
Reference in New Issue
Block a user