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.6.0 to 1.7.0

protocol/.gitmodules

2

client.js

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

if (response.type === ResponseMessage.Type.ERROR &&
if (response['.limitd.ErrorResponse.response'] &&
response['.limitd.ErrorResponse.response'].type === ErrorResponse.Type.UNKNOWN_BUCKET_TYPE) {

@@ -123,0 +123,0 @@ return callback(new Error(type + ' is not a valid bucket type'));

{
"name": "limitd-client",
"version": "1.6.0",
"version": "1.7.0",
"description": "limitd client for node.js",

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

{
"name": "limitd-protocol",
"version": "1.2.0",
"version": "1.3.0",
"private": true,

@@ -5,0 +5,0 @@ "description": "The ",

@@ -79,3 +79,2 @@ var LimitdClient = require('../');

request_id: request.id,
type: Response.Type.TAKE
});

@@ -110,4 +109,3 @@

var response = new Response({
request_id: request.id,
type: Response.Type.ERROR
request_id: request.id
});

@@ -114,0 +112,0 @@

@@ -11,4 +11,3 @@ var LimitdClient = require('../');

var response = new Response({
request_id: request.id,
type: Response.Type.TAKE
request_id: request.id
});

@@ -15,0 +14,0 @@

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