New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ampproject/toolbox-runtime-fetch

Package Overview
Dependencies
Maintainers
11
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/toolbox-runtime-fetch - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0-alpha.1

7

lib/DownloadRuntime.js

@@ -27,3 +27,2 @@ /**

const {URL} = require('url');
const util = require('util');

@@ -258,5 +257,5 @@ const RUNTIME_FILES_TXT = 'files.txt';

return true;
} catch (ex) {}
return false;
} catch (ex) {
return false;
}
}

@@ -263,0 +262,0 @@

{
"name": "@ampproject/toolbox-runtime-fetch",
"version": "2.6.0",
"version": "2.7.0-alpha.1",
"description": "Download the AMP runtime",

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

"@ampproject/toolbox-core": "^2.6.0",
"@ampproject/toolbox-runtime-version": "^2.6.0",
"@ampproject/toolbox-runtime-version": "^2.7.0-alpha.1",
"at-least-node": "1.0.0",

@@ -35,3 +35,3 @@ "cross-fetch": "3.0.5",

"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/runtime-fetch",
"gitHead": "1e47f01b6630a01581b7df014b76d9ba0f68542c"
"gitHead": "cdab35d31a9d431c66cda62174fb28aff93287eb"
}
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