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.7.4 to 0.7.5

4

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.4",
"version": "0.7.5",
"author": {

@@ -19,3 +19,3 @@ "name": "Dmitry Nikitenko",

"dependencies": {
"autoprefixer": "~1.1.20140410",
"autoprefixer": "~1.2.0",
"diff": "~1.0.8",

@@ -22,0 +22,0 @@ "chalk": "~0.4.0"

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

### Updating Autoprefixer's database
### Updating prefixes database
To get the last prefixes database bundled with autoprefixer package and fixes, reinsnstall grunt-autoprefixer:
```
$ npm remove grunt-autoprefixer && npm install grunt-autoprefixer
$ npm update caniuse-db
```
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/).

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