Socket
Socket
Sign inDemoInstall

is-what

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-what - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

8

package.json
{
"name": "is-what",
"version": "3.2.2",
"version": "3.2.3",
"description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",

@@ -45,3 +45,3 @@ "main": "dist/index.cjs.js",

"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/core": "^7.4.5",
"@types/babel-core": "^6.25.6",

@@ -55,6 +55,6 @@ "@types/jest": "^23.3.14",

"rollup": "^0.65.2",
"rollup-plugin-typescript2": "^0.21.0",
"typescript": "^3.4.5"
"rollup-plugin-typescript2": "^0.21.1",
"typescript": "^3.5.1"
},
"dependencies": {}
}

@@ -104,3 +104,3 @@ # is What? 🙉

> Please note that `isPlainObject` will only return `true` for normal plain JavaScript object.
> Please note that `isPlainObject` will only return `true` for normal plain JavaScript objects.

@@ -107,0 +107,0 @@ ## TypeScript

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