update to state of the art
This commit is contained in:
10
node_modules/request-promise-native/README.md
generated
vendored
10
node_modules/request-promise-native/README.md
generated
vendored
@@ -10,6 +10,14 @@
|
||||
[](https://david-dm.org/request/request-promise-native)
|
||||
[](https://snyk.io/test/npm/request-promise-native)
|
||||
|
||||
# Deprecated!
|
||||
|
||||
As of Feb 11th 2020, [`request`](https://github.com/request/request) is fully deprecated. No new changes are expected to land. In fact, none have landed for some time. This package is also deprecated because it depends on `request`.
|
||||
|
||||
Fyi, here is the [reasoning of `request`'s deprecation](https://github.com/request/request/issues/3142) and a [list of alternative libraries](https://github.com/request/request/issues/3143).
|
||||
|
||||
---
|
||||
|
||||
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:
|
||||
@@ -49,6 +57,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
|
||||
|
||||
## Change History
|
||||
|
||||
- v1.0.9 (2020-07-21)
|
||||
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523).
|
||||
- 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).)*
|
||||
|
Reference in New Issue
Block a user