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.2 to 0.3.3

3

index.js
var es = require('event-stream'),
CleanCSS = require('clean-css'),
clone = require('clone'),
BufferStreams = require('bufferstreams'),

@@ -39,3 +38,3 @@ gutil = require('gulp-util'),

var newFile = clone(file);
var newFile = file.clone();

@@ -42,0 +41,0 @@ // Image URLs are rebased with the assumption that they are relative to the

{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "0.3.2",
"version": "0.3.3",
"repository": "https://github.com/jonathanepollack/gulp-minify-css.git",

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

"clean-css": "~2.1.8",
"clone": "~0.1.11",
"bufferstreams": "0.0.1",

@@ -19,0 +18,0 @@ "gulp-util": "~2.2.13"

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