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.3 to 0.0.4

8

index.js

@@ -6,3 +6,4 @@ // Generated by CoffeeScript 1.10.0

module.exports = function(API, cb) {
var notify, rds, sock;
var notify, rds, sock, t;
t = null;
notify = {};

@@ -12,3 +13,3 @@ sock = new SockJS(API + "/sockjs");

this.send(JSON.stringify({
session: s()
session: t = s()
}));

@@ -51,2 +52,5 @@ return cb();

});
},
token: function() {
return t;
}

@@ -53,0 +57,0 @@ };

{
"name": "rds-client",
"version": "0.0.3",
"version": "0.0.4",
"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