Comparing version 0.0.0 to 0.0.1
@@ -74,3 +74,3 @@ /* * | ||
replace : function (search, replacement) { return this.replace (search, replacement); }, | ||
delete : function (search) { return this.replace (search, ""); }, | ||
delete : function (search) { return this.replace (new RegExp (search, "gi"), ""); }, | ||
repeat : function (count) { var tmp = ""; for (var i = zero; i < count; i++) tmp += this; return tmp; }, | ||
@@ -77,0 +77,0 @@ explode : function (search) { var tmp = this.split (search); if (tmp.length <= one) return []; return tmp; }, |
{ | ||
"name" : "webox-z", | ||
"description" : "testing only", | ||
"author" : "Me", | ||
"version" : "0.0.0", | ||
"main" : "index.js", | ||
"license" : "MIT" | ||
} | ||
"name": "webox-z", | ||
"description": "testing only", | ||
"author": { | ||
"name": "Me" | ||
}, | ||
"version": "0.0.1", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"readme": "Hello World", | ||
"readmeFilename": "README.md", | ||
"_id": "webox-z@0.0.0", | ||
"scripts": {}, | ||
"_shasum": "11aa9eaaf88d376baf05eb4e1e2015abfabb501c", | ||
"_from": "webox-z@latest" | ||
} |
@@ -1,1 +0,13 @@ | ||
Hello World | ||
Bla bla bla | ||
**Install** | ||
``` | ||
npm install webox-z | ||
``` | ||
**Change Log** | ||
*0.0.0* | ||
*0.0.1* | ||
.delete (search) - *all containing deleted* |
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
8559
13