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-1 to 0.1.0-2

4

lib/ObjDist.js

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

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

@@ -17,3 +16,4 @@

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

@@ -20,0 +20,0 @@

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

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

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

ObjSync
ObjDist
=========

@@ -14,3 +14,3 @@ Distributes objects between server and clients via

* **(constructor)**(< _Socket.IO-server-like_>transport, [< _object_ >options])
Creates and returns a new ObjSync object, which communicates via `transport`.
Creates and returns a new ObjDist object, which communicates via `transport`.
Valid options:

@@ -17,0 +17,0 @@ * **prefix** - _string_ - prefix to all channel names. Cannot be empty

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