@netlify/cache-utils
Advanced tools
Comparing version 4.1.4 to 4.1.5-rc
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
7622
3
0
1
2