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

gulp-autoprefixer

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-autoprefixer - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

6

index.js

@@ -38,7 +38,9 @@ 'use strict';

cb(null, file);
this.push(file);
} catch (err) {
cb(new gutil.PluginError('gulp-autoprefixer', err, {fileName: file.path}));
this.emit('error', new gutil.PluginError('gulp-autoprefixer', err, {fileName: file.path}));
}
cb();
});
};
{
"name": "gulp-autoprefixer",
"version": "1.0.1",
"version": "2.0.0",
"description": "Prefix CSS",

@@ -32,3 +32,3 @@ "license": "MIT",

"dependencies": {
"autoprefixer-core": "^3.0.1",
"autoprefixer-core": "^4.0.0",
"gulp-util": "^3.0.0",

@@ -35,0 +35,0 @@ "object-assign": "^1.0.0",

@@ -52,3 +52,10 @@ # gulp-autoprefixer [![Build Status](https://travis-ci.org/sindresorhus/gulp-autoprefixer.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-autoprefixer)

##### remove
Type: `boolean`
Default: `true`
Remove unneeded prefixes.
## Source Maps

@@ -55,0 +62,0 @@

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