superagent
Advanced tools
Comparing version 9.0.0 to 9.0.1
{ | ||
"name": "superagent", | ||
"description": "elegant & feature rich browser / node HTTP with a fluent API", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "browser": { |
@@ -86,3 +86,3 @@ # superagent | ||
```html | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=WeakRef,BigInt"></script> | ||
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=WeakRef,BigInt"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/superagent"></script> | ||
@@ -159,6 +159,6 @@ <!-- if you wish to use unpkg.com instead: --> | ||
We recommend using <https://polyfill.io> (specifically with the bundle mentioned in [VanillaJS](#vanillajs) above): | ||
We recommend using <https://cdnjs.cloudflare.com/polyfill/> (specifically with the bundle mentioned in [VanillaJS](#vanillajs) above): | ||
```html | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=WeakRef,BigInt"></script> | ||
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=WeakRef,BigInt"></script> | ||
``` | ||
@@ -206,2 +206,4 @@ | ||
* [superagent-node-http-timings](https://github.com/webuniverseio/superagent-node-http-timings) - measure http timings in node.js | ||
* [superagent-cheerio](https://github.com/mmmmmrob/superagent-cheerio) - add [cheerio](https://www.npmjs.com/package/cheerio) to your response content automatically. Adds `res.$` for HTML and XML response bodies. | ||
* [@certible/superagent-aws-sign](https://github.com/certible/superagent-aws-sign) - Sign AWS endpoint requests, it uses the aws4 to authenticate the SuperAgent requests | ||
@@ -208,0 +210,0 @@ Please prefix your plugin with `superagent-*` so that it can easily be found by others. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
539221
274