Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

precise-typeof

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

precise-typeof - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

package.json
{
"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 @@ ```

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