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

@netlify/cache-utils

Package Overview
Dependencies
Maintainers
19
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/cache-utils - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5-rc

13

package.json
{
"name": "@netlify/cache-utils",
"version": "4.1.4",
"version": "4.1.5-rc",
"description": "Utility for caching files in Netlify Build",
"type": "module",
"exports": "./src/main.js",
"main": "./src/main.js",
"exports": "./lib/main.js",
"main": "./lib/main.js",
"files": [
"src/**/*.js"
"lib/**/*.js"
],
"author": "Netlify Inc.",
"scripts": {
"prepublishOnly": "cd ../../ && npm run prepublishOnly"
"prepublishOnly": "cd ../../ && npm run prepublishOnly",
"build": "cp -a src lib/"
},

@@ -59,3 +60,3 @@ "keywords": [

"devDependencies": {
"ava": "^3.15.0",
"ava": "^4.0.0",
"tmp-promise": "^3.0.0"

@@ -62,0 +63,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