Comparing version 0.0.3 to 0.0.4
@@ -86,2 +86,3 @@ /* * | ||
IO.integer = { | ||
len : function () { return this.length = this.string ().length; }, | ||
contain : function (search) { return this.string ().contain (search); }, | ||
@@ -171,2 +172,3 @@ substr : function (offset, len) { return this.string ().substr (offset, len).integer (); }, | ||
Number.prototype.is_object = IO.type.is_object | ||
Number.prototype.len = IO.integer.len | ||
Number.prototype.contain = IO.integer.contain | ||
@@ -173,0 +175,0 @@ Number.prototype.substr = IO.integer.substr |
@@ -7,5 +7,5 @@ { | ||
}, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
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
8430
173