precise-typeof
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "precise-typeof", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Better 'typeof'. Detects real type of the objects like 'Array()', 'new Number(1)', 'new Boolean(true)', etc.", | ||
@@ -9,5 +9,6 @@ "main": "index.js", | ||
"clean": "rimraf coverage", | ||
"test": "istanbul cover --reporter=json test/test-compatability.js | tap-spec", | ||
"test": "nyc --reporter=json tape test/test-*.js | tap-spec", | ||
"browser": "browserify -t browserify-istanbul test/test-*.js | obake --coverage | tap-spec", | ||
"report": "istanbul report", | ||
"size": "browserify index.js | size-table precise-typeof", | ||
"files": "pkgfiles --sort=name" | ||
@@ -21,2 +22,3 @@ }, | ||
"report", | ||
"size", | ||
"files" | ||
@@ -36,3 +38,5 @@ ], | ||
"kind", | ||
"kindof" | ||
"kindof", | ||
"object", | ||
"array" | ||
], | ||
@@ -51,2 +55,3 @@ "author": "Alex Indigo <iam@alexindigo.com>", | ||
"istanbul": "^0.4.2", | ||
"nyc": "^6.1.1", | ||
"obake": "^0.1.2", | ||
@@ -57,2 +62,3 @@ "phantomjs-prebuilt": "^2.1.5", | ||
"rimraf": "^2.5.2", | ||
"size-table": "^0.2.0", | ||
"tap-spec": "^4.1.1", | ||
@@ -59,0 +65,0 @@ "tape": "^4.5.1" |
@@ -15,5 +15,12 @@ # precise-typeof [![NPM Module](https://img.shields.io/npm/v/precise-typeof.svg?style=flat)](https://www.npmjs.com/package/precise-typeof) | ||
| compression | size | | ||
| :----------------------- | ------: | | ||
| precise-typeof.js | 2.35 kB | | ||
| precise-typeof.min.js | 1.41 kB | | ||
| precise-typeof.min.js.gz | 639 B | | ||
## Install | ||
``` | ||
```sh | ||
$ npm install precise-typeof --save | ||
@@ -20,0 +27,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8108
91
14