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 4.1.8 to 4.1.9

24

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "4.1.8",
"version": "4.1.9",
"description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",

@@ -13,5 +13,5 @@ "module": "./dist/index.es.js",

".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs",
"types": "./dist/types/index.d.ts"
"require": "./dist/index.cjs"
}

@@ -64,14 +64,14 @@ },

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"del-cli": "^5.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tree-shaking": "^1.10.0",
"np": "^7.6.2",
"prettier": "^2.8.0",
"rollup": "^3.5.0",
"np": "^7.7.0",
"prettier": "^2.8.8",
"rollup": "^3.21.5",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
"typescript": "^4.9.5",
"vitest": "^0.31.0"
},

@@ -78,0 +78,0 @@ "ava": {

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