@netlify/cache-utils
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@netlify/cache-utils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Utility for caching files in Netlify Build", | ||
@@ -46,3 +46,2 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"array-flat-polyfill": "^1.0.1", | ||
"cpy": "^8.1.0", | ||
@@ -49,0 +48,0 @@ "del": "^5.1.0", |
'use strict' | ||
require('./utils/polyfills') | ||
const del = require('del') | ||
@@ -6,0 +4,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
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
10
22090
12
387
- Removedarray-flat-polyfill@^1.0.1
- Removedarray-flat-polyfill@1.0.1(transitive)