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.2.1 to 1.3.0

11

client.js

@@ -181,2 +181,13 @@ var url = require('url');

LimitdClient.prototype.ping = function (done) {
var request = new RequestMessage({
'id': randomstring.generate(7),
'type': '',
'key': '',
'method': RequestMessage.Method.PING,
});
return this._request(request, '', done);
};
module.exports = LimitdClient;

2

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

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

{
"name": "limitd-protocol",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "The ",

@@ -5,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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