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.1 to 0.0.2

4

package.json
{
"name" : "is2"
, "version" : "0.0.1"
, "version" : "0.0.2"
, "description" : "A type checking library where each exported function returns either true or false and does not throw."

@@ -20,5 +20,5 @@ , "tags" : [ "utilities", "JavaScript", "node.js", "validation", "type", "checking" ]

, "dependencies" : { }
, "devDependencies" : {
, "devDependencies" : {
"mocha" : "1.8.1"
, "jsdom" : "0.5.0" }
}

@@ -17,3 +17,3 @@ is2

var is = require('is2');
console.log('true is equal to 1===1: '+(is.equal(true, 1===1));

@@ -20,0 +20,0 @@ console.log('10 is a positive number: '+(is.positiveNumber(10));

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