observ-array
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -47,2 +47,3 @@ var Observ = require("observ") | ||
obs.getLength = getLength | ||
obs.put = put | ||
@@ -71,4 +72,8 @@ // you better not mutate this list directly | ||
function put(index, value) { | ||
this.splice(index, 1, value) | ||
} | ||
function getLength() { | ||
return this._list.length | ||
} |
{ | ||
"name": "observ-array", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "An array containing observable values", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
17041
356