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

crdt

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crdt - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

1

doc.js

@@ -55,2 +55,3 @@ var inherits = require('util').inherits

function Doc (id) {
if (!(this instanceof Doc)) return new Doc(id)
//the id of the doc refers to the instance.

@@ -57,0 +58,0 @@ //that is, to the node.

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Commutative Replicated Data Types for easy distributed/collaborative apps",
"version": "3.2.2",
"version": "3.2.3",
"homepage": "http://github.com/dominictarr/crdt",

@@ -8,0 +8,0 @@ "repository": {

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