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
8
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.5.4 to 2.5.13

2

lib/DownloadRuntime.js

@@ -171,3 +171,3 @@ /**

// Minimal sanity check that files listing includes itself
if (!files.some((file) => file.filepath === RUNTIME_FILES_TXT)) {
if (!files.some((file) => file.filepath === 'v0.js')) {
throw new Error(`Expected ${RUNTIME_FILES_TXT} in file listing, but it was not found.`);

@@ -174,0 +174,0 @@ }

{
"name": "@ampproject/toolbox-runtime-fetch",
"version": "2.5.4",
"version": "2.5.13",
"description": "Download the AMP runtime",

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

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