@sebgroup/frontend-tools
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,12 +0,9 @@ | ||
# [1.2.0](https://github.com/sebgroup/frontend-tools/compare/v1.1.4...v1.2.0) (2020-04-15) | ||
# [1.3.0](https://github.com/sebgroup/frontend-tools/compare/v1.2.0...v1.3.0) (2020-04-27) | ||
### Bug Fixes | ||
* **formvalidator:** remove unnecessary fields param ([99a82fd](https://github.com/sebgroup/frontend-tools/commit/99a82fd9f06bbdce42331efb365ad8e8fd3ee182)) | ||
* **tocurrency:** fix tocurrency showdecimals invalid implementation ([b4b42c4](https://github.com/sebgroup/frontend-tools/commit/b4b42c490eb0916f468ca5dc5919c7080c1c9d0a)), closes [#60](https://github.com/sebgroup/frontend-tools/issues/60) | ||
### Features | ||
* **isprimitive:** new isprimitive utility ([ab62f66](https://github.com/sebgroup/frontend-tools/commit/ab62f66c0526eee1ae0cb720fb10a74d5d3c63f2)) | ||
* **openapigenerator:** add in mustache template ([3edf74b](https://github.com/sebgroup/frontend-tools/commit/3edf74b2801dee3c47d2d26a5ce4635f9f63c364)) | ||
* **openapigenerator:** add type, fix bug ([f2f7993](https://github.com/sebgroup/frontend-tools/commit/f2f79932a2ebdb1ca319131a8139ea8a17461de7)) | ||
* **openapigenerator:** init generate api ([1293656](https://github.com/sebgroup/frontend-tools/commit/1293656e355e4977f573edffdc1ae4c4c048fc06)) | ||
* **openapigenerator:** update mustache file ([3028461](https://github.com/sebgroup/frontend-tools/commit/3028461aab5de7c533cd8e792eb0b140ffd7cad8)) |
{ | ||
"name": "@sebgroup/frontend-tools", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A set of frontend tools", | ||
@@ -36,3 +36,8 @@ "scripts": { | ||
"license": "Apache-2.0", | ||
"bin": { | ||
"generate-api": "./bin/generate-api" | ||
}, | ||
"dependencies": { | ||
"@openapitools/openapi-generator-cli": "^1.0.12-4.3.0", | ||
"commander": "^5.0.0", | ||
"moment": "^2.24.0" | ||
@@ -50,3 +55,3 @@ }, | ||
"cz-conventional-changelog": "^3.0.2", | ||
"fibers": "^4.0.1", | ||
"fibers": "^5.0.0", | ||
"husky": "^4.0.10", | ||
@@ -60,3 +65,3 @@ "jest": "^25.2.4", | ||
"ts-jest": "^25.3.0", | ||
"ts-loader": "^6.2.1", | ||
"ts-loader": "^7.0.0", | ||
"tslib": "^1.10.0", | ||
@@ -63,0 +68,0 @@ "tslint": "^6.0.0", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
163544
165
719
3
9
1
2
+ Addedcommander@^5.0.0
+ Added@openapitools/openapi-generator-cli@1.0.12-4.3.0(transitive)
+ Addedcommander@5.1.0(transitive)