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.15 to 1.0.16

11

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

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

"browser": "dist/aws4fetch.umd.js",
"exports": {
".": {
"import": "./dist/aws4fetch.esm.js",
"worker": "./dist/aws4fetch.esm.js",
"browser": "./dist/aws4fetch.umd.js",
"require": "./dist/aws4fetch.cjs.js",
"default": "./dist/aws4fetch.umd.js"
}
},
"types": "dist/main.d.ts",

@@ -13,0 +22,0 @@ "files": [

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