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

objdist

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objdist - npm Package Compare versions

Comparing version 0.1.0-2 to 0.1.0-3

4

lib/ObjDist.js

@@ -0,1 +1,2 @@

var inherits = require('inherits');
var KVCObject = require('kvcobj');

@@ -16,5 +17,4 @@

ObjDist.prototype = new KVCObject();
ObjDist.prototype.constructor = ObjDist;
module.exports = ObjDist;
inherits(ObjDist, KVCObject);

@@ -21,0 +21,0 @@ ObjDist.prototype._initialize = function () {

{
"name":"objdist",
"version":"0.1.0-2",
"version":"0.1.0-3",
"main":"lib/ObjDist.js",

@@ -17,4 +17,5 @@ "description":"Object distribution between server and clients via Socket.IO-socket-like transports.",

"dependencies":{
"kvcobj":">=0.1.0"
"inherits":">=2.0",
"kvcobj":">=0.1"
}
}
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