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.0 to 1.0.1

1

dist/aws4fetch.cjs.js

@@ -28,2 +28,3 @@ 'use strict';

'x-amzn-trace-id',
'range',
];

@@ -30,0 +31,0 @@

@@ -24,2 +24,3 @@ const encoder = new TextEncoder('utf-8');

'x-amzn-trace-id',
'range',
];

@@ -26,0 +27,0 @@

7

dist/aws4fetch.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
factory(global.aws4fetch = {});
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict';
(global = global || self, factory(global.aws4fetch = {}));
}(this, (function (exports) { 'use strict';

@@ -30,2 +30,3 @@ const encoder = new TextEncoder('utf-8');

'x-amzn-trace-id',
'range',
];

@@ -297,2 +298,2 @@

}));
})));
{
"name": "aws4fetch",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -11,4 +11,4 @@ "main": "dist/aws4fetch.cjs.js",

"devDependencies": {
"puppeteer": "^1.11.0",
"rollup": "^0.68.0"
"puppeteer": "^2.0.0",
"rollup": "^1.27.3"
},

@@ -15,0 +15,0 @@ "scripts": {

@@ -225,1 +225,14 @@ # aws4fetch

Or you can also reference different formats straight from unpkg.com:
[ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import):
https://unpkg.com/aws4fetch@1.0.0/dist/aws4fetch.esm.js
[UMD](https://github.com/umdjs/umd):
https://unpkg.com/aws4fetch@1.0.0/dist/aws4fetch.umd.js
[CommonJS](https://requirejs.org/docs/commonjs.html):
https://unpkg.com/aws4fetch@1.0.0/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