You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

type-of-is

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-of-is - npm Package Compare versions

Comparing version

to
1.0.0

.npmignore

47

package.json
{
"name": "type-of-is",
"version": "0.0.2",
"description": "Determine and test types using constructor.name {}.toString",
"version": "1.0.0",
"description": "Determine and test types using constructor or {}.toString",
"license": "MIT",
"main": "index.js",
"author": "Stephen Handley <stephen@hello10.com> (http://hello10.com/)",
"license": "BSD",
"scripts": {
"test": "node test/all.js"
},
"repository": {

@@ -18,7 +13,37 @@ "type": "git",

"bugs": {
"url" : "http://github.com/stephenhandley/type-of-is/issues"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"type",
"checking",
"toString"
]
"types",
"typeof",
"toString",
"type.of",
"type.is"
],
"directories" : {
"lib" : ".",
"test" : "test"
},
"engines" : {
"node" : ">=0.4.0"
},
"devDependencies": {
"asserts": "2.1.0"
},
"author": {
"name": "Stephen Handley",
"email": "stephen.handley@gmail.com",
"url": "http://person.sh"
}
}

@@ -7,3 +7,3 @@ # Description

0.0.2
1.0.0

@@ -21,3 +21,3 @@ # Installation

"dependencies": {
"type-of-is": "~0.0.2"
"type-of-is": "~1.0.0"
}

@@ -82,2 +82,3 @@ }

#Build status
[![build status](https://secure.travis-ci.org/stephenhandley/type-of-is.png)](http://travis-ci.org/stephenhandley/type-of-is)