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

diffsync

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffsync - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "diffsync",
"version": "0.0.1",
"version": "0.0.2",
"description": "Real time collaborative editing for JSON objects",

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

@@ -1,4 +0,4 @@

# diffsync.js
# diffsync
[![Build Status](https://travis-ci.org/janmonschke/diffsync.js.svg?branch=master)](https://travis-ci.org/janmonschke/diffsync.js)
[![Build Status](https://travis-ci.org/janmonschke/diffsync.svg?branch=master)](https://travis-ci.org/janmonschke/diffsync)

@@ -5,0 +5,0 @@ Real time collaborative editing for JSON objects

@@ -18,5 +18,3 @@ var _ = require('underscore'),

_.bindAll(this, 'trackConnection');
};
Server.prototype.initialize = function(){
this.transport.on('connection', this.trackConnection);

@@ -23,0 +21,0 @@ };

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