Socket
Socket
Sign inDemoInstall

postcss-cli

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cli - npm Package Compare versions

Comparing version 10.0.0 to 10.1.0

8

index.js

@@ -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()

14

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc