@upstash/ratelimit
Advanced tools
Comparing version 0.1.4-rc.0 to 0.1.4-rc.1
@@ -23,3 +23,2 @@ export class Cache { | ||
} | ||
console.log(`[CACHE] isBlocked(${identifier}) -> true`); | ||
return { blocked: true, reset: reset }; | ||
@@ -26,0 +25,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"name": "@upstash/ratelimit", | ||
"version": "v0.1.4-rc.0", | ||
"version": "v0.1.4-rc.1", | ||
"description": "A serverless ratelimiter built on top of Upstash REST API.", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -26,3 +26,2 @@ "use strict"; | ||
} | ||
console.log(`[CACHE] isBlocked(${identifier}) -> true`); | ||
return { blocked: true, reset: reset }; | ||
@@ -29,0 +28,0 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
83159
1929