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.2.0 to 2.2.1

2

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

@@ -6,0 +6,0 @@ "name": "Grunt Team",

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

# grunt-contrib-cssmin v2.2.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.2.1 [![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)

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

* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
* 2017-05-10   v2.2.0   Update clean-css to v4.1.1.

@@ -124,2 +125,2 @@ * 2017-04-17   v2.1.0   Set required Node.js version to >=4 since clean-css 4.x requires that.

*This file was generated on Wed May 10 2017 18:02:52.*
*This file was generated on Thu Jul 27 2017 11:31:20.*

@@ -40,4 +40,3 @@ 'use strict';

options.target = file.dest;
options.relativeTo = path.dirname(availableFiles[0] || '');
options.rebaseTo = path.dirname(file.dest);

@@ -44,0 +43,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