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 9.0.0 to 9.0.1

4

index.js

@@ -9,3 +9,3 @@ #!/usr/bin/env node

import read from 'read-cache'
import { bold, dim, red, cyan, green } from 'colorette'
import { bold, dim, red, cyan, green } from 'nanocolors'
import { globby } from 'globby'

@@ -79,2 +79,4 @@ import slash from 'slash'

error('Cannot write to stdout in watch mode')
// Need to explicitly exit here, since error() doesn't exit in watch mode
process.exit(1)
}

@@ -81,0 +83,0 @@

{
"name": "postcss-cli",
"version": "9.0.0",
"version": "9.0.1",
"description": "CLI for PostCSS",

@@ -22,3 +22,2 @@ "type": "module",

"chokidar": "^3.3.0",
"colorette": "^2.0.0",
"dependency-graph": "^0.11.0",

@@ -28,2 +27,3 @@ "fs-extra": "^10.0.0",

"globby": "^12.0.0",
"nanocolors": "^0.2.11",
"postcss-load-config": "^3.0.0",

@@ -52,3 +52,2 @@ "postcss-reporter": "^7.0.0",

"files": [
"bin",
"index.js",

@@ -55,0 +54,0 @@ "lib",

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