Socket
Socket
Sign inDemoInstall

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.7.3 to 0.7.4

CHANGELOG

25

package.json
{
"name": "grunt-autoprefixer",
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
"version": "0.7.3",
"bin": {
"autoprefixer": "./node_modules/autoprefixer/bin/autoprefixer"
},
"homepage": "https://github.com/nDmitry/grunt-autoprefixer",
"version": "0.7.4",
"author": {

@@ -13,18 +9,7 @@ "name": "Dmitry Nikitenko",

},
"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"
}
],
"repository": "nDmitry/grunt-autoprefixer",
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},

@@ -43,3 +28,3 @@ "scripts": {

"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",

@@ -46,0 +31,0 @@ "load-grunt-tasks": "~0.4.0",

@@ -154,3 +154,19 @@ # grunt-autoprefixer

### Updating Autoprefixer's database
To get the last prefixes database bundled with autoprefixer package and fixes, reinsnstall grunt-autoprefixer:
```
$ npm remove grunt-autoprefixer && npm install grunt-autoprefixer
```
If this option doesn't fit you for some reasons, you can run the in-package update:
```
$ ./node_modules/grunt-autoprefixer/node_modules/autoprefixer/bin/autoprefixer --update
```
Read more about in-package updates [here](https://github.com/ai/autoprefixer#in-package-update).
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
.travis.yml

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