Comparing version 0.0.4 to 0.0.5
@@ -5,3 +5,3 @@ { | ||
"description": "A data structure that combines a hash and an array for CRUD operations by object keys or index.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "url": "https://github.com/joshjung/hash-array", |
@@ -40,3 +40,3 @@ var HashArray = function(keyFields, callback) { | ||
if (this.callback) { | ||
this.callback('add', arguments); | ||
this.callback('add', Array.prototype.slice.call(arguments, 0)); | ||
} | ||
@@ -43,0 +43,0 @@ }, |
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
13542