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

autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer - npm Package Compare versions

Comparing version 0.7.20130805 to 0.7.20130806

2

package.json
{
"name": "autoprefixer",
"version": "0.7.20130805",
"version": "0.7.20130806",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -5,0 +5,0 @@ "keywords": ["css", "prefix", "rework"],

@@ -165,3 +165,4 @@ # Autoprefixer

Add [middleman-autoprefixer](https://github.com/porada/middleman-autoprefixer) gem to `Gemfile`:
Add [middleman-autoprefixer](https://github.com/porada/middleman-autoprefixer)
gem to `Gemfile`:

@@ -195,3 +196,4 @@ ```ruby

You can use the [grunt-autoprefixer](https://github.com/nDmitry/grunt-autoprefixer)
You can use the
[grunt-autoprefixer](https://github.com/nDmitry/grunt-autoprefixer)
plugin for Grunt. Install the npm package and add it to Gruntfile:

@@ -203,2 +205,11 @@

### Mincer
To use Autoprefixer in [Mincer](https://github.com/nodeca/mincer),
install `autoprefixer` npm package and enable it:
```js
environment.enable("autoprefixer");
```
### Node.js

@@ -220,3 +231,4 @@

Autoprefixer can be also used as a [Rework](https://github.com/visionmedia/rework)
Autoprefixer can be also used as a
[Rework](https://github.com/visionmedia/rework)
filter, so you can combine it with other filters:

@@ -240,3 +252,4 @@

You can use the `autoprefixer` binary to process CSS files using any assets manager:
You can use the `autoprefixer` binary to process CSS files using
any assets manager:

@@ -243,0 +256,0 @@ ```

Sorry, the diff of this file is not supported yet

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