New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rds-client

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rds-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

index.js

@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.10.0

if (r.me) {
return notify.done(r);
return typeof notify.done === "function" ? notify.done(r) : void 0;
}

@@ -28,3 +28,5 @@ };

query: function(q, d) {
notify.done = d;
if (d) {
notify.done = d;
}
return sock.send(JSON.stringify(q));

@@ -31,0 +33,0 @@ },

{
"name": "rds-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "ride data store client lib",

@@ -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