error-stack2
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -1,3 +0,1 @@ | ||
// Generated by dts-bundle-generator v5.9.0 | ||
import { ITSPartialRecord, ITSPickExtra, ITSRequireAtLeastOne } from 'ts-type/lib/type/record'; | ||
@@ -4,0 +2,0 @@ |
{ | ||
"name": "error-stack2", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Parse and manipulate error.stack", | ||
@@ -35,4 +35,5 @@ "keywords": [ | ||
"prebuild": "yarn run test", | ||
"build": "tsdx build --target node", | ||
"postbuild": "ynpx dts-bundle-generator -o dist/index.d.ts src/index.ts", | ||
"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": "tsdx build --target node --name index", | ||
"npm:publish": "yarn run version:bump && npm publish", | ||
@@ -58,12 +59,11 @@ "npm:publish:bump": "yarn-tool version && npm publish", | ||
"string-split-keep": "^1.0.1", | ||
"ts-type": "^1.2.39", | ||
"ts-type": "^2.1.2", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@bluelovers/tsconfig": "^1.0.25", | ||
"@bluelovers/tsconfig": "^1.0.26", | ||
"@types/bluebird": "^3.5.36", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"dts-bundle-generator": "^5.9.0" | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^16.11.11" | ||
} | ||
} |
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
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
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
4
97775
1254
1
+ Addedts-type@2.1.10(transitive)
- Removedts-toolbelt@8.4.0(transitive)
- Removedts-type@1.2.403.0.1(transitive)
Updatedts-type@^2.1.2