ts-type-predicates
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.6](https://github.com/bluelovers/ws-ts-type/compare/ts-type-predicates@1.0.5...ts-type-predicates@1.0.6) (2021-12-07) | ||
### 🛠 Build System | ||
* use tsdx ([9af901a](https://github.com/bluelovers/ws-ts-type/commit/9af901a02046daf2dbb8a59086fa890757633458)) | ||
## [1.0.5](https://github.com/bluelovers/ws-ts-type/compare/ts-type-predicates@1.0.4...ts-type-predicates@1.0.5) (2021-07-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ts-type-predicates", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "use asserts for make type predicates work", | ||
"keywords": [ | ||
".d.ts", | ||
"@types", | ||
"declaration", | ||
"dev", | ||
"develop", | ||
"development", | ||
"environment", | ||
"ide", | ||
"interface", | ||
"node", | ||
"playground", | ||
"runtime", | ||
"ts", | ||
"type", | ||
"type-level", | ||
"typelevel", | ||
"types", | ||
"typescript", | ||
"typing", | ||
"typings", | ||
"type-helprt", | ||
"toolbox", | ||
"toolbelt", | ||
"create-by-yarn-tool", | ||
"create-by-tsdx" | ||
], | ||
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type-predicates#readme", | ||
@@ -15,3 +42,16 @@ "bugs": { | ||
"author": "bluelovers", | ||
"main": "index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.esm.mjs", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
@@ -22,7 +62,20 @@ "lint": "ynpx --quiet eslint -- **/*.ts", | ||
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"posttest": "yarn run build", | ||
"build": "yarn run build:tsdx && yarn run build:dts", | ||
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts", | ||
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index", | ||
"preversion": "echo preversion && yarn run test", | ||
"version": "echo version", | ||
"postversion": "echo postversion", | ||
"prepublish": "echo prepublish", | ||
"prepublishOnly": "echo prepublishOnly", | ||
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test", | ||
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", | ||
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", | ||
"publish": "echo publish", | ||
"postpublish": "echo postpublish", | ||
"postpublishOnly": "echo postpublishOnly", | ||
"ncu": "ynpx --quiet yarn-tool -- ncu -u", | ||
"sort-package-json": "ynpx --quiet yarn-tool -- sort" | ||
"sort-package-json": "ynpx --quiet yarn-tool -- sort", | ||
"tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
}, | ||
@@ -33,3 +86,4 @@ "devDependencies": { | ||
}, | ||
"gitHead": "3db58925a73a0d5555d4f8dd95f41e93e7855f5b" | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "9b8dbcc39d99e2c9a7bac24974950d237197c58e" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
16542
14
124
2
1
1