Socket
Socket
Sign inDemoInstall

is-what

Package Overview
Dependencies
0
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

.babelrc

8

package.json
{
"name": "is-what",
"version": "1.0.0",
"version": "1.0.1",
"description": "Very simple & small JS type check function",

@@ -23,3 +23,7 @@ "main": "dist/index.js",

},
"homepage": "https://github.com/mesqueeb/isWhat#readme"
"homepage": "https://github.com/mesqueeb/isWhat#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0"
}
}

@@ -37,1 +37,9 @@ # isWhat

```
## Build from source
```bash
npm i
npm i -g parcel-bundler
parcel build ./src/index.js
```
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