@aofl/cli-lib
Advanced tools
Comparing version 3.12.1 to 4.0.0-alpha.0
const config = { | ||
extends: ['aofl'], | ||
parser: 'babel-eslint', | ||
parser: "@babel/eslint-parser", | ||
root: true, | ||
parserOptions: { | ||
ecmaVersion: 2019, | ||
ecmaVersion: 2020, | ||
sourceType: 'module' | ||
@@ -8,0 +8,0 @@ }, |
{ | ||
"name": "@aofl/cli-lib", | ||
"version": "3.12.1", | ||
"version": "4.0.0-alpha.0", | ||
"description": "Shared library for cli and various webpack plugins.", | ||
@@ -29,12 +29,12 @@ "main": "index.js", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"chalk": "^2.4.2", | ||
"cross-spawn": "^7.0.1", | ||
"chalk": "^4.1.0", | ||
"cross-spawn": "^7.0.3", | ||
"esprima": "^4.0.1", | ||
"fast-glob": "^3.0.4", | ||
"find-cache-dir": "^3.2.0", | ||
"fast-glob": "^3.2.5", | ||
"find-cache-dir": "^3.3.1", | ||
"js-string-escape": "^1.0.1", | ||
"rimraf": "^3.0.0", | ||
"rimraf": "^3.0.2", | ||
"uniki": "^1.0.3", | ||
"uuid": "^3.4.0" | ||
"uuid": "^8.3.2" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
62262
2
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addeduuid@8.3.2(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removeduuid@3.4.0(transitive)
Updatedchalk@^4.1.0
Updatedcross-spawn@^7.0.3
Updatedfast-glob@^3.2.5
Updatedfind-cache-dir@^3.3.1
Updatedrimraf@^3.0.2
Updateduuid@^8.3.2