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.11 to 1.0.12

2

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

@@ -6,0 +6,0 @@

{
"name": "aws4fetch",
"version": "1.0.11",
"version": "1.0.12",
"description": "A compact AWS client for modern JS environments",

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

"devDependencies": {
"eslint": "^7.3.1",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",

@@ -31,7 +31,7 @@ "eslint-plugin-import": "^2.22.0",

"eslint-plugin-standard": "^4.0.1",
"puppeteer": "^4.0.1",
"rollup": "^2.18.1",
"puppeteer": "^5.2.1",
"rollup": "^2.23.1",
"rollup-plugin-cleanup": "^3.1.1",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
}
}
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