Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

limitd-client

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limitd-client - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js

@@ -100,3 +100,3 @@ var url = require('url');

LimitdClient.prototype._takeOrWait = function (method, type, key, count, done) {
if (typeof count === 'undefined' || typeof done === 'undefined') {
if (typeof count === 'undefined' && typeof done === 'undefined') {
done = null;

@@ -135,3 +135,3 @@ count = 1;

LimitdClient.prototype.put = function (type, key, count, done) {
if (typeof count === 'undefined' || typeof done === 'undefined') {
if (typeof count === 'undefined' && typeof done === 'undefined') {
done = null;

@@ -138,0 +138,0 @@ count = 'all';

{
"name": "limitd-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "limitd client for node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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