sass-graph
Advanced tools
Comparing version 3.0.5 to 4.0.0
@@ -15,2 +15,16 @@ # Change Log | ||
## [3.0.5] | ||
### Fixes | ||
- Remove .css from default extensions in readme.md (@dosentmatter, #106) | ||
- Expand Travis CI test matrix (@xzyfer) | ||
### Tests | ||
- Test yargs version support in CI (@xzyfer) | ||
### Dependencies | ||
- Bump yargs@^13.3.2 (@xzyfer, #108) | ||
## [3.0.4] | ||
@@ -17,0 +31,0 @@ ### Fixes |
{ | ||
"name": "sass-graph", | ||
"version": "3.0.5", | ||
"version": "4.0.0", | ||
"description": "Parse sass files and extract a graph of imports", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"scss-tokenizer": "^0.3.0", | ||
"yargs": "^13.3.2" | ||
"yargs": "^17.2.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">= 4" | ||
"node": ">=12" | ||
}, | ||
@@ -38,0 +38,0 @@ "files": [ |
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
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
18031
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updatedyargs@^17.2.1