New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 1.2.1

2

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

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

@@ -56,3 +56,3 @@ var EventEmitter = require('events').EventEmitter;

Object.keys(LimitdClient).forEach(function (method) {
Object.keys(LimitdClient.prototype).forEach(function (method) {
LimitdPool.prototype[method] = function () {

@@ -59,0 +59,0 @@ var client = this._getClient();

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