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.1.20130424 to 0.1.20130516

.travis.yml

4

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.20130424",
"version": "0.1.20130516",
"homepage": "https://github.com/nDmitry/grunt-autoprefixer",

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

"peerDependencies": {
"grunt": "~0.4.0",
"grunt": "~0.4",
"autoprefixer": "0.x"

@@ -41,0 +41,0 @@ },

@@ -1,2 +0,2 @@

# grunt-autoprefixer
# grunt-autoprefixer [![Build Status](https://travis-ci.org/nDmitry/grunt-autoprefixer.png?branch=master)](https://travis-ci.org/nDmitry/grunt-autoprefixer)

@@ -3,0 +3,0 @@ > Parse CSS and add prefixed properties and values by [Can I Use](http://caniuse.com/) database for actual browsers. Based on [Autoprefixer](https://github.com/ai/autoprefixer).

@@ -39,3 +39,3 @@ /*

}
).join();
).join('');

@@ -42,0 +42,0 @@ // Write the destination file.

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