Socket
Socket
Sign inDemoInstall

@ampproject/toolbox-core

Package Overview
Dependencies
Maintainers
13
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/toolbox-core - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

lib/oneBehindFetch.js

@@ -18,3 +18,3 @@ /**

let fetch = require('cross-fetch');
let fetch = require('node-fetch');
const MaxAge = require('./MaxAge.js');

@@ -21,0 +21,0 @@

{
"name": "@ampproject/toolbox-core",
"version": "2.7.1",
"version": "2.7.2",
"description": "Commonly used functionality for amp-toolbox",

@@ -25,6 +25,6 @@ "main": "index.js",

"dependencies": {
"cross-fetch": "3.0.6",
"lru-cache": "6.0.0"
"lru-cache": "6.0.0",
"node-fetch": "2.6.1"
},
"gitHead": "9b159391d776396512b01ec250fa76941713c763"
"gitHead": "83d1d4290d9da2683596506cff266c68e618fa81"
}
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