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

grunt-autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-autoprefixer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.20130424

87

package.json
{
"name": "grunt-autoprefixer",
"description": "Parse CSS and add prefixed properties and values by Can I Use database for actual browsers. Based on Autoprefixer.",
"version": "0.1.0",
"homepage": "https://github.com/nDmitry/grunt-autoprefixer",
"author": {
"name": "Dmitry Nikitenko",
"email": "dima.nikitenko@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nDmitry/grunt-autoprefixer.git"
},
"bugs": {
"url": "https://github.com/nDmitry/grunt-autoprefixer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nDmitry/grunt-autoprefixer/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0",
"autoprefixer": "~0.2"
},
"peerDependencies": {
"grunt": "~0.4.0",
"autoprefixer": "~0.2"
},
"keywords": [
"gruntplugin",
"autoprefixer"
]
"name": "grunt-autoprefixer",
"description": "Parse CSS and add prefixed properties and values by Can I Use database for actual browsers. Based on Autoprefixer.",
"version": "0.1.20130424",
"homepage": "https://github.com/nDmitry/grunt-autoprefixer",
"author": {
"name": "Dmitry Nikitenko",
"email": "dima.nikitenko@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nDmitry/grunt-autoprefixer.git"
},
"bugs": {
"url": "https://github.com/nDmitry/grunt-autoprefixer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nDmitry/grunt-autoprefixer/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1",
"grunt-contrib-clean": "~0.4",
"grunt-contrib-nodeunit": "~0.1",
"grunt": "~0.4",
"autoprefixer": "0.x"
},
"peerDependencies": {
"grunt": "~0.4.0",
"autoprefixer": "0.x"
},
"keywords": [
"gruntplugin",
"prefix",
"autoprefixer"
]
}

@@ -45,6 +45,8 @@ # grunt-autoprefixer

You can specify browsers actual for your project (by default, it’s
`"last 2 versions"`):
`'last 2 versions'`):
```js
autoprefixer.compile(css, ["last 1 version", "> 1%", "ie 8", "ie 7"]);
options: {
browsers: ['last 1 version', '> 1%', 'ie 8', 'ie 7']
}
```

@@ -51,0 +53,0 @@

@@ -18,5 +18,3 @@ /*

// Merge task-specific and/or target-specific options with these defaults.
var options = this.options({
browsers: ['last 2 versions']
});
var options = this.options();

@@ -23,0 +21,0 @@ // Iterate over all specified file groups.

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