Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "isntnt", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "A collection of composable JavaScript runtime type predicates with TypeScript type guard declarations", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"author": "Nathan Uphoff", | ||
"license": "WTFPL", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"start": "yarn && yarn watch", | ||
"watch": "tsc -w -d --skipLibCheck", | ||
"build": "jest -u --silent --collectCoverage && rimraf dist && tsc -d --skipLibCheck", | ||
"build": "jest -u --silent --collectCoverage && rimraf dist && yarn build:ts && yarn build:ts-esm", | ||
"build:ts": "tsc -d --skipLibCheck", | ||
"build:ts-esm": "tsc -p tsconfig.esm.json -d --skipLibCheck", | ||
"test": "jest --watchAll --coverage", | ||
@@ -14,0 +20,0 @@ "prepublishOnly": "yarn build" |
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
411
132169
1389
1