New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

is2

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is2 - npm Package Compare versions

Comparing version 0.0.13 to 1.0.0

2

index.js

@@ -1140,5 +1140,5 @@ /**

return true;
return false;
};
is.visaElectron = is.visaElectronCard = is.visaElectronCardNumber;
{
"name": "is2",
"version": "0.0.13",
"version": "1.0.0",
"description": "A type checking library where each exported function returns either true or false and does not throw. Also added tests.",

@@ -42,9 +42,9 @@ "license": "MIT",

"scripts": {
"test": "./node_modules/.bin/mocha --reporter list tests.js"
"test": "./node_modules/.bin/mocha -C --reporter list tests.js"
},
"engines": {
"node": ">=v0.6.0"
"node": ">=v0.10.0"
},
"dependencies": {
"deep-is": "0.1.2"
"deep-is": "0.1.3"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -20,7 +20,7 @@ is2

var is, require('is2');
var is = require('is2');
console.log('true is equal to 1===1: '+(is.equal(true, 1===1));
console.log('10 is a positive number: '+(is.positiveNumber(10));
console.log('11 is an odd number: '+(is.oddNumber(11));
console.log('true is equal to 1===1: '+(is.equal(true, 1===1));
console.log('10 is a positive number: '+(is.positiveNumber(10));
console.log('11 is an odd number: '+(is.oddNumber(11));

@@ -27,0 +27,0 @@ ## API

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