postcss-cli
Advanced tools
Comparing version 10.0.0 to 10.1.0
@@ -64,3 +64,9 @@ #!/usr/bin/env node | ||
if (argv.watch) { | ||
let { isTTY } = process.stdin | ||
if (process.env.FORCE_IS_TTY === 'true') { | ||
isTTY = true | ||
} | ||
if (argv.watch && isTTY) { | ||
process.stdin.on('end', () => process.exit(0)) | ||
@@ -67,0 +73,0 @@ process.stdin.resume() |
{ | ||
"name": "postcss-cli", | ||
"version": "10.0.0", | ||
"version": "10.1.0", | ||
"description": "CLI for PostCSS", | ||
@@ -23,3 +23,3 @@ "type": "module", | ||
"dependency-graph": "^0.11.0", | ||
"fs-extra": "^10.0.0", | ||
"fs-extra": "^11.0.0", | ||
"get-stdin": "^9.0.0", | ||
@@ -32,3 +32,3 @@ "globby": "^13.0.0", | ||
"read-cache": "^1.0.0", | ||
"slash": "^4.0.0", | ||
"slash": "^5.0.0", | ||
"yargs": "^17.0.0" | ||
@@ -41,8 +41,8 @@ }, | ||
"eslint": "^8.2.0", | ||
"eslint-config-problems": "6.0.0", | ||
"eslint-config-problems": "7.0.1", | ||
"postcss": "^8.0.4", | ||
"postcss-import": "^14.0.0", | ||
"prettier": "~2.7.0", | ||
"postcss-import": "^15.0.0", | ||
"prettier": "~2.8.0", | ||
"sugarss": "^4.0.0", | ||
"uuid": "^8.0.0" | ||
"uuid": "^9.0.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependencies": { |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
22618
429
3
+ Addedfs-extra@11.2.0(transitive)
+ Addedslash@5.1.0(transitive)
- Removedfs-extra@10.1.0(transitive)
Updatedfs-extra@^11.0.0
Updatedslash@^5.0.0