Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 7.1.2 to 8.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 8.0.0 / 2020-09-21
- **BREAKING:** Support postcss v8 ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349))
- **BREAKING:** postcss is now a `peerDependency`, you must install it seperately ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349))
- Upgrade dependencies ([#340](https://github.com/postcss/postcss-cli/pull/340))
# 7.1.2 / 2020-08-31

@@ -2,0 +8,0 @@

2

lib/depGraph.js
'use strict'
const path = require('path')
const DepGraph = require('dependency-graph').DepGraph
const { DepGraph } = require('dependency-graph')

@@ -5,0 +5,0 @@ const graph = new DepGraph()

{
"name": "postcss-cli",
"version": "7.1.2",
"version": "8.0.0",
"description": "CLI for PostCSS",

@@ -27,8 +27,7 @@ "main": "index.js",

"globby": "^11.0.0",
"postcss": "^7.0.0",
"postcss-load-config": "^2.0.0",
"postcss-reporter": "^6.0.0",
"postcss-load-config": "^2.1.1",
"postcss-reporter": "^7.0.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"yargs": "^15.0.2"
"yargs": "^16.0.0"
},

@@ -38,10 +37,14 @@ "devDependencies": {

"coveralls": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-problems": "4.0.0",
"eslint": "^7.8.0",
"eslint-config-problems": "5.0.0",
"nyc": "^15.0.0",
"postcss": "^8.0.4",
"postcss-import": "^12.0.0",
"prettier": "~2.0.0",
"sugarss": "^2.0.0",
"prettier": "~2.1.0",
"sugarss": "^3.0.0",
"uuid": "^8.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"files": [

@@ -48,0 +51,0 @@ "bin",

@@ -19,3 +19,3 @@ [![npm][npm]][npm-url]

```bash
npm i -g|-D postcss-cli
npm i -D postcss postcss-cli
```

@@ -22,0 +22,0 @@

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