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.3 to 0.0.4

2

index.js

@@ -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

2

package.json

@@ -7,5 +7,5 @@ {

},
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT"
}
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