Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "protos.js", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "String and Array prototypes for a more easy life", | ||
@@ -5,0 +5,0 @@ "main": "protos.js", |
@@ -14,3 +14,3 @@ /* | ||
if (json.length==0) | ||
return {} | ||
return {}; | ||
else | ||
@@ -78,3 +78,3 @@ return JSON.parse(json); | ||
Array.prototype.clear = function() { | ||
this = []; | ||
this.length = 0; | ||
} | ||
@@ -81,0 +81,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
5087