Socket
Socket
Sign inDemoInstall

is-type-of

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 1.0.0

History.md

6

index.js

@@ -15,2 +15,3 @@ /*!

var isStearm = require('isstream');
var isClass = require('is-class');

@@ -35,2 +36,7 @@ /**

/**
* Class detected by is-class
*/
exports.class = isClass;
/**
* Extend method

@@ -37,0 +43,0 @@ */

22

package.json
{
"name": "is-type-of",
"version": "0.3.1",
"version": "1.0.0",
"description": "complete type checking for node",

@@ -13,3 +13,5 @@ "main": "index.js",

},
"files": ["index.js"],
"files": [
"index.js"
],
"keywords": [

@@ -28,13 +30,15 @@ "typeof",

"devDependencies": {
"autod": "^0.1.1",
"autod": "~2.1.3",
"contributors": "*",
"istanbul-harmony": "*",
"long": "1.1.2",
"mocha": "^1.17.1",
"should": "3.3.1"
"istanbul": "~0.4.0",
"long": "~3.0.1",
"mocha": "~2.3.3",
"semver": "~5.0.3",
"should": "~7.1.1"
},
"dependencies": {
"core-util-is": "^1.0.1",
"isstream": "^0.1.0"
"core-util-is": "~1.0.1",
"is-class": "~0.0.3",
"isstream": "~0.1.2"
}
}

@@ -74,2 +74,6 @@ is-type-of

### from [is-class](https://github.com/miguelmota/is-class)
#### is.class(obj)
### Extend API

@@ -76,0 +80,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc