New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-pleeease

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-pleeease - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "gulp-pleeease",
"version": "1.0.3",
"version": "1.0.4",
"description": "Postprocess CSS with ease.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -21,3 +21,3 @@ # [gulp](http://gulpjs.com)-pleeease [![Build Status](https://secure.travis-ci.org/danielhusar/gulp-pleeease.svg?branch=master)](http://travis-ci.org/danielhusar/gulp-pleeease)

gulp.src('./src/*.css')
.pipe(please(options))
.pipe(please())
.pipe(rename({

@@ -42,5 +42,3 @@ suffix: '.min',

.pipe(please({
optimizers: {
minifier: false
}
minifier: false
}))

@@ -47,0 +45,0 @@ .pipe(sourcemaps.write())

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