Socket
Socket
Sign inDemoInstall

grunt-contrib-cssmin

Package Overview
Dependencies
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-cssmin - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

20

package.json
{
"name": "grunt-contrib-cssmin",
"description": "Minify CSS",
"version": "3.0.0",
"version": "4.0.0",
"author": {

@@ -12,3 +12,3 @@ "name": "Grunt Team",

"engines": {
"node": ">=6.0"
"node": ">=10.0"
},

@@ -20,12 +20,12 @@ "main": "tasks/cssmin.js",

"dependencies": {
"chalk": "^2.4.1",
"clean-css": "~4.2.1",
"maxmin": "^2.1.0"
"chalk": "^4.1.0",
"clean-css": "^5.0.1",
"maxmin": "^3.0.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-internal": "^3.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^6.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^2.1.0"
},

@@ -32,0 +32,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# grunt-contrib-cssmin v3.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-cssmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-cssmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ntgfqc3ppk533m84/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-cssmin/branch/master)
# grunt-contrib-cssmin v4.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-cssmin/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-cssmin/actions?workflow=Tests)

@@ -89,2 +89,3 @@ > Minify CSS

* 2021-02-15   v4.0.0   Update all dependencies including clean-css v5.x. Drop Node.js < 10 support.
* 2018-09-07   v3.0.0   Update all dependencies. Drop Node.js < 6 support.

@@ -126,2 +127,2 @@ * 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.

*This file was generated on Fri Sep 07 2018 02:52:44.*
*This file was generated on Mon Feb 15 2021 07:31:26.*

@@ -32,3 +32,2 @@ 'use strict';

var options = this.options({
rebase: false,
report: 'min',

@@ -41,3 +40,5 @@ sourceMap: false

options.rebaseTo = path.dirname(file.dest);
if (Boolean(options.rebase)) {
options.rebaseTo = path.dirname(file.dest);
}

@@ -44,0 +45,0 @@ try {

Sorry, the diff of this file is not supported yet

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