New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@upstash/ratelimit

Package Overview
Dependencies
Maintainers
5
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upstash/ratelimit - npm Package Compare versions

Comparing version 0.1.4-rc.0 to 0.1.4-rc.1

1

esm/cache.js

@@ -23,3 +23,2 @@ export class Cache {

}
console.log(`[CACHE] isBlocked(${identifier}) -> true`);
return { blocked: true, reset: reset };

@@ -26,0 +25,0 @@ }

2

package.json

@@ -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 @@ }

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