@netlify/cache
Advanced tools
@@ -133,3 +133,2 @@ "use strict"; | ||
| } | ||
| // eslint-disable-next-line class-methods-use-this, require-await, @typescript-eslint/no-unused-vars | ||
| async delete(request) { | ||
@@ -146,3 +145,2 @@ const context = __privateGet(this, _getContext).call(this, { operation: "delete" /* Delete */ }); | ||
| } | ||
| // eslint-disable-next-line class-methods-use-this, require-await, @typescript-eslint/no-unused-vars | ||
| async keys(_request) { | ||
@@ -173,3 +171,2 @@ return []; | ||
| } | ||
| // eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
| async matchAll(request, _options) { | ||
@@ -176,0 +173,0 @@ if (!request) { |
@@ -106,3 +106,2 @@ var __typeError = (msg) => { | ||
| } | ||
| // eslint-disable-next-line class-methods-use-this, require-await, @typescript-eslint/no-unused-vars | ||
| async delete(request) { | ||
@@ -119,3 +118,2 @@ const context = __privateGet(this, _getContext).call(this, { operation: "delete" /* Delete */ }); | ||
| } | ||
| // eslint-disable-next-line class-methods-use-this, require-await, @typescript-eslint/no-unused-vars | ||
| async keys(_request) { | ||
@@ -146,3 +144,2 @@ return []; | ||
| } | ||
| // eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
| async matchAll(request, _options) { | ||
@@ -149,0 +146,0 @@ if (!request) { |
+5
-5
| { | ||
| "name": "@netlify/cache", | ||
| "version": "2.0.0", | ||
| "version": "3.0.0", | ||
| "description": "TypeScript utilities for interacting with the Netlify cache", | ||
| "type": "module", | ||
| "engines": { | ||
| "node": "^18.14.0 || >=20" | ||
| "node": ">=20.6.1" | ||
| }, | ||
@@ -71,4 +71,4 @@ "main": "./dist/main.cjs", | ||
| "devDependencies": { | ||
| "@netlify/dev-utils": "3.0.0", | ||
| "@netlify/types": "2.0.0", | ||
| "@netlify/dev-utils": "3.1.0", | ||
| "@netlify/types": "2.0.1", | ||
| "npm-run-all2": "^7.0.2", | ||
@@ -79,4 +79,4 @@ "tsup": "^8.0.0", | ||
| "dependencies": { | ||
| "@netlify/runtime-utils": "2.0.0" | ||
| "@netlify/runtime-utils": "2.1.0" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
60758
-0.89%1474
-0.41%+ Added
- Removed
Updated