You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

minify

Package Overview
Dependencies
Maintainers
0
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify - npm Package Compare versions

Comparing version

to
12.1.0

2

lib/css.js

@@ -20,3 +20,3 @@ /* сжимаем код через clean-css */

const {code} = transform({
code: Buffer.from('.foo { color: red }'),
code: Buffer.from(data),
minify: true,

@@ -23,0 +23,0 @@ });

{
"name": "minify",
"version": "12.0.1",
"version": "12.1.0",
"description": "Minifier of js, css, html and img",

@@ -44,2 +44,3 @@ "homepage": "http://coderaiser.github.io/minify",

"lightningcss": "^1.28.1",
"montag": "^1.2.1",
"readjson": "^2.2.2",

@@ -46,0 +47,0 @@ "simport": "^1.2.0",

Sorry, the diff of this file is not supported yet