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

protos.js

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protos.js - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "protos.js",
"version": "1.0.6",
"version": "1.0.7",
"description": "String and Array prototypes for a more easy life",

@@ -5,0 +5,0 @@ "main": "protos.js",

@@ -124,2 +124,6 @@ /*

String.prototype.contains = function(str) {
return (this.toString().indexOf(str) > -1);
}
Array.prototype.has = function(item) {

@@ -126,0 +130,0 @@ if (this.length == 0)

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