Comparing version 3.6.3 to 3.6.4
@@ -5,3 +5,3 @@ { | ||
"description": "Commutative Replicated Data Types for easy distributed/collaborative apps", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"homepage": "http://github.com/dominictarr/crdt", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -145,2 +145,6 @@ 'use strict'; | ||
Seq.prototype.asArray = function () { | ||
return sort(this._array) | ||
} | ||
Seq.prototype.before = function (obj, before) { | ||
@@ -147,0 +151,0 @@ return this.insert(obj, this.prev(before), before) |
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
2480502
38296