Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/cache

Package Overview
Dependencies
Maintainers
1
Versions
891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/cache - npm Package Compare versions

Comparing version 2.0.0-alpha.2.1 to 2.0.0-alpha.3

index.js

2

lib/Cache.js

@@ -79,3 +79,3 @@ "use strict";

} catch (err) {
_logger.default.error(`Error writing to cache: ${err.message}`);
_logger.default.error(err, '@parcel/cache');
}

@@ -82,0 +82,0 @@ }

{
"name": "@parcel/cache",
"version": "2.0.0-alpha.2.1",
"version": "2.0.0-alpha.3",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -9,3 +12,4 @@ "type": "git",

},
"main": "lib/Cache",
"main": "lib/Cache.js",
"source": "src/Cache.js",
"engines": {

@@ -15,9 +19,6 @@ "node": ">= 10.0.0"

"dependencies": {
"@parcel/logger": "^2.0.0-alpha.2.1",
"@parcel/utils": "^2.0.0-alpha.2.1"
"@parcel/logger": "^2.0.0-alpha.3",
"@parcel/utils": "^2.0.0-alpha.3"
},
"gitHead": "2c01341d81c41a70cb33acb51fff621353b3e494",
"publishConfig": {
"access": "public"
}
}
"gitHead": "d4b611ac4495787fa31dac40dda15eedb6e31492"
}

@@ -78,3 +78,3 @@ // @flow strict-local

} catch (err) {
logger.error(`Error writing to cache: ${err.message}`);
logger.error(err, '@parcel/cache');
}

@@ -81,0 +81,0 @@ }

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