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

gulp-minify-css

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-minify-css - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

22

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "0.3.8",
"version": "0.3.9",
"repository": "https://github.com/jonathanepollack/gulp-minify-css.git",

@@ -13,9 +13,2 @@ "homepage": "https://github.com/jonathanepollack/gulp-minify-css",

"main": "./index.js",
"dependencies": {
"gulp-util": "~2.2.13",
"clean-css": "~2.2.13",
"through2": "^0.5.1",
"bufferstreams": "0.0.1",
"memory-cache": "0.0.5"
},
"engines": {

@@ -27,7 +20,14 @@ "node": ">= 0.10"

},
"dependencies": {
"gulp-util": "~3.0.1",
"clean-css": "~2.2.13",
"through2": "^0.6.1",
"bufferstreams": "0.0.2",
"memory-cache": "0.0.5"
},
"devDependencies": {
"mocha": "~1.17.1",
"mocha": "~1.21.4",
"chai": "~1.9.0",
"gulp": "~3.5.0",
"proxyquire": "^0.6.0",
"gulp": "~3.8.8",
"proxyquire": "^1.0.1",
"event-stream": "~3.1.0"

@@ -34,0 +34,0 @@ },

@@ -76,3 +76,3 @@ var gulp = require('gulp'),

done();
}))
}));
});

@@ -89,4 +89,4 @@ it('should preserve additional properties on the original file instance', function (done) {

done();
}))
}));
});
});
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