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.1 to 4.1.2

23

package.json

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

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

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

"test": "vitest run",
"lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx",
"rollup": "rollup -c ./build.js",
"build": "rimraf dist && npm run lint && npm run rollup && npm run test",
"release": "npm run build && np"
"lint": "tsc --noEmit ./src/index.ts && eslint ./src --ext .ts",
"build": "rollup -c ./scripts/build.js",
"release": "npm run lint && del dist && npm run build && np"
},

@@ -66,4 +65,5 @@ "repository": {

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"del-cli": "^4.0.1",
"eslint": "^8.7.0",

@@ -74,3 +74,2 @@ "eslint-config-prettier": "^8.3.0",

"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.66.0",

@@ -94,2 +93,8 @@ "rollup-plugin-typescript2": "^0.31.1",

"eslintConfig": {
"ignorePatterns": [
"node_modules",
"dist",
"scripts",
"test"
],
"root": true,

@@ -112,5 +117,5 @@ "parser": "@typescript-eslint/parser",

"tree-shaking/no-side-effects-in-initialization": "error",
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/ban-ts-comment": "off"
}
}
}
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