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 2.0.0 to 2.1.0

8

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

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

"engines": {
"node": ">=0.10.0"
"node": ">=4.0"
},

@@ -21,4 +21,4 @@ "main": "tasks/cssmin.js",

"chalk": "^1.0.0",
"clean-css": "~4.0.3",
"maxmin": "^1.1.0"
"clean-css": "~4.0.12",
"maxmin": "^2.1.0"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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

# grunt-contrib-cssmin v2.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 v2.1.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)

@@ -21,3 +21,3 @@ > Minify CSS

**Issues with the output should be reported on the clean-css [issue tracker](https://github.com/GoalSmashers/clean-css/issues).**
**Issues with the output should be reported on the clean-css [issue tracker](https://github.com/jakubpawlowicz/clean-css/issues).**

@@ -90,2 +90,3 @@

* 2017-04-17   v2.1.0   Set required Node.js version to >=4 since clean-css 4.x requires that.
* 2017-02-02   v2.0.0   Update clean-css to v4.0.3.

@@ -123,2 +124,2 @@ * 2016-08-31   v1.0.2   Fix issues for node 6.

*This file was generated on Thu Feb 02 2017 22:53:32.*
*This file was generated on Mon Apr 17 2017 16:05:09.*

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

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