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 8.1.0 to 8.2.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 8.2.0 / 2020-10-29
- Allow backslashes in paths for better Windows experence ([#355](https://github.com/postcss/postcss-cli/pull/355))
# 8.1.0 / 2020-10-08

@@ -2,0 +6,0 @@

3

index.js

@@ -11,2 +11,3 @@ 'use strict'

const globber = require('globby')
const slash = require('slash')
const chokidar = require('chokidar')

@@ -61,3 +62,3 @@

if (input && input.length) {
return globber(input, { dot: argv.includeDotfiles })
return globber(input.map(slash), { dot: argv.includeDotfiles })
}

@@ -64,0 +65,0 @@

{
"name": "postcss-cli",
"version": "8.1.0",
"version": "8.2.0",
"description": "CLI for PostCSS",

@@ -31,2 +31,3 @@ "main": "index.js",

"read-cache": "^1.0.0",
"slash": "^3.0.0",
"yargs": "^16.0.0"

@@ -33,0 +34,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