Socket
Socket
Sign inDemoInstall

prototypes

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prototypes - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

index.js

@@ -11,2 +11,3 @@ 'use strict';

require('./lib/string.js');
require('./lib/math.js');
var objectLib = require('./lib/object.js');

@@ -13,0 +14,0 @@

2

package.json
{
"name": "prototypes",
"version": "0.1.1",
"version": "0.1.2",
"description": "Some common prototypes for node.js: string.startsWith(), object.countProperties() and more. Functions are added using Object.defineProperty() to avoid polluting new objects.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/prototypes",

@@ -39,3 +39,3 @@ 'use strict';

};
var libs = [ 'string', 'object' ];
var libs = [ 'string', 'math', 'object' ];
libs.forEach(function(lib)

@@ -42,0 +42,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