Socket
Socket
Sign inDemoInstall

@ampproject/toolbox-core

Package Overview
Dependencies
10
Maintainers
16
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.0 to 2.9.0

2

lib/FileSystemCache.js

@@ -37,3 +37,3 @@ /**

if (!opts.baseDir) {
opts.baseDir = path.join(os.tmpdir(), 'ampproject-toolbox-optimizer');
opts.baseDir = path.join(os.tmpdir(), opts.name || 'amp-toolbox');
}

@@ -40,0 +40,0 @@ if (!existsSync(opts.baseDir)) {

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

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

"dependencies": {
"cross-fetch": "3.1.2",
"cross-fetch": "3.1.5",
"lru-cache": "6.0.0"
},
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
"gitHead": "0826825fd8c5f3abac821ebe87a318e70f33c9dd"
}

@@ -5,2 +5,2 @@ # AMP-Toolbox Core

Commonl functionality used by amp-toolbox. This module is not meant to be used on it's own.
Common functionality used by amp-toolbox. This module is not meant to be used on its own.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc