Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "is-what", | ||
"sideEffects": false, | ||
"version": "4.1.0", | ||
"type": "module", | ||
"version": "4.1.1", | ||
"description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"module": "./dist/index.es.js", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/types/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=12.13", | ||
"npm": ">=7" | ||
}, | ||
"scripts": { | ||
"test": "ava", | ||
"test": "vitest run", | ||
"lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx", | ||
"rollup": "rollup -c ./build.js", | ||
"build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test", | ||
"build": "rimraf dist && npm run lint && npm run rollup && npm run test", | ||
"release": "npm run build && np" | ||
@@ -42,2 +57,3 @@ }, | ||
"author": "Luca Ban - Mesqueeb", | ||
"funding": "https://github.com/sponsors/mesqueeb", | ||
"license": "MIT", | ||
@@ -49,24 +65,15 @@ "bugs": { | ||
"devDependencies": { | ||
"@babel/core": "^7.15.8", | ||
"@types/babel-core": "^6.25.7", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"ava": "^3.15.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-preset-env": "^1.7.0", | ||
"eslint": "^8.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-tree-shaking": "^1.9.2", | ||
"np": "^7.5.0", | ||
"prettier": "^2.4.1", | ||
"eslint-plugin-tree-shaking": "^1.10.0", | ||
"np": "^7.6.0", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.58.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
"rollup": "^2.66.0", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"typescript": "^4.5.5", | ||
"vitest": "^0.2.1" | ||
}, | ||
"engines": { | ||
"node": ">=12.13", | ||
"npm": ">=7" | ||
}, | ||
"ava": { | ||
@@ -76,5 +83,2 @@ "extensions": { | ||
}, | ||
"nonSemVerExperiments": { | ||
"configurableModuleFormat": true | ||
}, | ||
"nodeArguments": [ | ||
@@ -102,2 +106,3 @@ "--loader=ts-node/esm" | ||
"rules": { | ||
"@typescript-eslint/no-empty-function": "off", | ||
"@typescript-eslint/no-explicit-any": "off", | ||
@@ -104,0 +109,0 @@ "@typescript-eslint/ban-ts-ignore": "off", |
# is What? 🙉 | ||
<a href="https://www.npmjs.com/package/is-what"><img src="https://img.shields.io/npm/v/is-what.svg" alt="Total Downloads"></a> | ||
<a href="https://www.npmjs.com/package/is-what"><img src="https://img.shields.io/npm/dw/is-what.svg" alt="Latest Stable Version"></a> | ||
Very simple & small JS type check functions. It's fully TypeScript supported! | ||
@@ -4,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
276
40076
6
989
1