New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws4fetch

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4fetch - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

dist/aws4fetch.esm.mjs

8

package.json
{
"name": "aws4fetch",
"version": "1.0.16",
"version": "1.0.17",
"description": "A compact AWS client for modern JS environments",

@@ -13,3 +13,3 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",

".": {
"import": "./dist/aws4fetch.esm.js",
"import": "./dist/aws4fetch.esm.mjs",
"worker": "./dist/aws4fetch.esm.js",

@@ -29,4 +29,6 @@ "browser": "./dist/aws4fetch.umd.js",

"prepare": "npm run build",
"lint": "eslint .",
"lint": "eslint --ext .js,.cjs,.mjs .",
"format": "eslint --ext .js,.cjs,.mjs --fix .",
"test": "node test/test.js",
"test-node": "node test/node-es.mjs && node test/node-commonjs.js",
"integration": "node test/integration.js"

@@ -33,0 +35,0 @@ },

@@ -230,10 +230,14 @@ # aws4fetch

https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.esm.js
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.esm.js
OR
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.esm.mjs
[UMD](https://github.com/umdjs/umd):
https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.umd.js
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.umd.js
[CommonJS](https://requirejs.org/docs/commonjs.html):
https://unpkg.com/aws4fetch@1.0.5/dist/aws4fetch.cjs.js
https://unpkg.com/aws4fetch@1.0.17/dist/aws4fetch.cjs.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc