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

broccoli-autoprefixer

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-autoprefixer - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

index.js

@@ -21,5 +21,5 @@ 'use strict';

AutoprefixerFilter.prototype.processString = function (str) {
return autoprefixer.apply(autoprefixer, this.options.browsers).process(str).css;
return autoprefixer.apply(autoprefixer, this.options.browsers).process(str, this.options).css;
};
module.exports = AutoprefixerFilter;
{
"name": "broccoli-autoprefixer",
"version": "0.2.0",
"version": "0.3.0",
"description": "Prefix CSS using Autoprefixer",

@@ -29,10 +29,11 @@ "license": "MIT",

"dependencies": {
"autoprefixer": "^1.1.2",
"autoprefixer": "^2.2.0",
"broccoli-filter": "^0.1.6"
},
"devDependencies": {
"broccoli": "^0.7.2",
"broccoli": "^0.12.3",
"broccoli-cli": "0.0.1",
"mocha": "*",
"rimraf": "~2.2.6"
"rimraf": "^2.2.6"
}
}

@@ -29,2 +29,4 @@ # [broccoli](https://github.com/joliss/broccoli)-autoprefixer [![Build Status](https://travis-ci.org/sindresorhus/broccoli-autoprefixer.svg?branch=master)](https://travis-ci.org/sindresorhus/broccoli-autoprefixer)

See the Autoprefixer [options](https://github.com/ai/autoprefixer#visual-cascade).
##### browsers

@@ -31,0 +33,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