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 2.0.0 to 2.1.0

8

package.json
{
"name": "grunt-autoprefixer",
"version": "2.0.0",
"version": "2.1.0",
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",

@@ -30,3 +30,3 @@ "author": {

"autoprefixer-core": "^4.0.0",
"diff": "~1.0.8",
"diff": "~1.2.1",
"chalk": "~0.5.0"

@@ -39,4 +39,4 @@ },

"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"load-grunt-tasks": "~2.0.0",
"time-grunt": "~1.0.0"

@@ -43,0 +43,0 @@ },

@@ -109,2 +109,14 @@ # grunt-autoprefixer

#### options.safw
Type: `Boolean`
Default value: `false`
Enable or disable (https://github.com/postcss/postcss#safe-mode)[PostCSS safe mode].
```js
options: {
safe: true
}
```
### Usage Examples

@@ -111,0 +123,0 @@

@@ -43,3 +43,4 @@ 'use strict';

from: from,
to: to
to: to,
safe: options.safe
});

@@ -63,3 +64,4 @@ }

silent: false,
remove: true
remove: true,
safe: false
});

@@ -66,0 +68,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