Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webox-z

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webox-z - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

index.js

@@ -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*
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc