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.3 to 4.1.4

9

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

@@ -20,9 +19,5 @@ "module": "./dist/index.es.js",

],
"engines": {
"node": ">=12.13",
"npm": ">=7"
},
"scripts": {
"test": "vitest run",
"lint": "tsc --noEmit ./src/index.ts && eslint ./src --ext .ts",
"lint": "tsc --noEmit && eslint ./src --ext .ts",
"build": "rollup -c ./scripts/build.js",

@@ -29,0 +24,0 @@ "release": "npm run lint && del dist && npm run build && np"

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