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.18-beta.1 to 1.0.18-beta.2

dist/main.d.mts

8

package.json
{
"name": "aws4fetch",
"version": "1.0.18-beta.1",
"version": "1.0.18-beta.2",
"description": "A compact AWS client for modern JS environments",

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

"import": {
"types": "./dist/main.d.ts",
"types": "./dist/main.d.mts",
"default": "./dist/aws4fetch.esm.mjs"
},
"worker": {
"types": "./dist/main.d.ts",
"types": "./dist/main.d.mts",
"default": "./dist/aws4fetch.esm.js"

@@ -44,3 +44,3 @@ },

"scripts": {
"declaration": "tsc -p declaration.tsconfig.json",
"declaration": "tsc -p declaration.tsconfig.json && cp dist/main.d.ts dist/main.d.mts",
"build": "npm run declaration && rollup -c",

@@ -47,0 +47,0 @@ "prepare": "npm run build",

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