Comparing version 3.2.2 to 3.2.3
@@ -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. |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1052817
11992