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 4.0.0-nightly.2020.10.20 to 4.0.0

LICENSE

23

package.json
{
"name": "cssnano-utils",
"version": "4.0.0-nightly.2020.10.20",
"version": "4.0.0",
"repository": "cssnano/cssnano",
"main": "dist/index.js",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Utility methods and plugin for cssnano projects",
"scripts": {
"prebuild": "",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": ""
},
"homepage": "https://github.com/cssnano/cssnano",

@@ -17,11 +13,16 @@ "bugs": {

"engines": {
"node": ">=10.13.0"
"node": "^14 || ^16 || >=18.0"
},
"files": [
"dist"
"src",
"LICENSE",
"types"
],
"license": "MIT",
"dependencies": {
"postcss": "^7.0.16"
"devDependencies": {
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.15"
}
}

@@ -10,3 +10,2 @@ # cssnano-utils

| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |
| `getMatch` | Convert a list of keywords into a single keyword match. |
| `getArguments` | Get a list of arguments, separated by a comma. |

@@ -13,0 +12,0 @@ | `sameParent` | Check that two PostCSS nodes share the same parent. |

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