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

@node-minify/clean-css

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-minify/clean-css - npm Package Compare versions

Comparing version 4.0.0-beta.7 to 4.0.0

5

package.json
{
"name": "@node-minify/clean-css",
"version": "4.0.0-beta.7",
"version": "4.0.0",
"description": "clean-css plugin for @node-minify",

@@ -36,5 +36,6 @@ "keywords": [

"dependencies": {
"@node-minify/utils": "^4.0.0",
"clean-css": "4.2.1"
},
"gitHead": "1d60a31814e4690328a4c9f3c9cc49bc0f0ed656"
"gitHead": "a41a2f05fae9beeece430f6ea36da9ac330bfd26"
}

4

README.md

@@ -32,6 +32,6 @@ <p align="center"><img src="/static/node-minify.png" width="348" alt="node-minify"></p>

```js
const compressor = require('@node-minify/core');
const minify = require('@node-minify/core');
const cleanCSS = require('@node-minify/clean-css');
compressor.minify({
minify({
compressor: cleanCSS,

@@ -38,0 +38,0 @@ input: 'foo.css',

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