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

limitd-client

Package Overview
Dependencies
Maintainers
2
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 2.13.0 to 2.13.1

5

client.js

@@ -298,2 +298,7 @@ const url = require('url');

operation.attempt(() => {
if (!this.pending_operations.has(operation)) {
//the operation was aborted.
return handleError(new Error('The operation was aborted'));
}
if (!this.stream || !this.stream.writable) {

@@ -300,0 +305,0 @@ const err = new Error(`Unable to send ${request.method} to limitd. The socket is closed.`);

2

package.json
{
"name": "limitd-client",
"version": "2.13.0",
"version": "2.13.1",
"description": "limitd client for node.js",

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

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