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.10-3 to 4.1.10-4

dist/cjs/index.d.cts

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export type AnyFunction = (...args: any[]) => any;

@@ -0,0 +0,0 @@ /**

18

package.json

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

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

@@ -14,3 +14,3 @@ "types": "./dist/index.d.ts",

"require": {
"types": "./dist/cjs/index.d.ts",
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"

@@ -33,3 +33,3 @@ },

"lint": "tsc --noEmit && eslint ./src --ext .ts",
"build": "rollup --bundleConfigAsCjs -c ./scripts/build.js",
"build": "rollup -c ./scripts/rollup.config.js",
"release": "npm run lint && del dist && npm run build && np"

@@ -70,6 +70,6 @@ },

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"del-cli": "^5.0.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",

@@ -79,6 +79,6 @@ "eslint-plugin-tree-shaking": "^1.10.0",

"prettier": "^2.8.8",
"rollup": "^3.21.5",
"rollup": "^3.22.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.5",
"vitest": "^0.31.0"
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},

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

Sorry, the diff of this file is not supported yet

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