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

cssnano-utils

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-utils - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0-alpha.0

CHANGELOG.md

0

dist/sameParent.js

@@ -0,0 +0,0 @@ "use strict";

17

package.json
{
"name": "cssnano-utils",
"version": "1.0.1",
"version": "2.0.0-alpha.0",
"repository": "cssnano/cssnano",

@@ -9,3 +9,4 @@ "main": "dist/index.js",

"prebuild": "del-cli dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\""
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": "yarn build"
},

@@ -17,3 +18,3 @@ "homepage": "https://github.com/cssnano/cssnano",

"engines": {
"node": ">=10.13.0"
"node": "^10 || ^12 || >=14.0"
},

@@ -24,5 +25,9 @@ "files": [

"license": "MIT",
"dependencies": {
"postcss": "^7.0.16"
}
"devDependencies": {
"postcss": "^8.2.1"
},
"peerDependencies": {
"postcss": "^8.2.1"
},
"gitHead": "023c532464a06ccea2951fd6e5d2949b3b29e7bd"
}

@@ -0,0 +0,0 @@ # cssnano-utils

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