desplega-api
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "desplega-api", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Series of useful modules to create rich automation pipelines", | ||
@@ -17,7 +17,8 @@ "license": "MIT", | ||
"test": "jest --watch", | ||
"test:all": "jest", | ||
"test:coverage": "jest --coverage", | ||
"playground": "ts-node playground", | ||
"format": "prettier --write \"{src,tests}/**/*.ts\"", | ||
"format:check": "prettier --list-different \"{src,tests}/**/*.ts\"", | ||
"prepare": "yarn clean && yarn format:check && yarn lint && yarn test:coverage && yarn build" | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
"format:check": "prettier --list-different \"{src,test}/**/*.ts\"", | ||
"prepare": "yarn clean && yarn format:check && yarn lint && yarn test:all && yarn build" | ||
}, | ||
@@ -29,3 +30,2 @@ "dependencies": { | ||
"chalk": "^2.4.2", | ||
"js-yaml": "^3.13.1", | ||
"moment": "^2.24.0", | ||
@@ -39,3 +39,2 @@ "numeral": "^2.0.6", | ||
"@types/jest": "^24.0.17", | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/moment": "^2.13.0", | ||
@@ -42,0 +41,0 @@ "@types/numeral": "^0.0.26", |
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
7
15
3
138820
76
3146
- Removedjs-yaml@^3.13.1
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedsprintf-js@1.0.3(transitive)