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

autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer - npm Package Compare versions

Comparing version 0.1.20130409 to 0.2.20130413

component.json

4

lib/autoprefixer.js

@@ -33,4 +33,4 @@ /*

// Parse CSS and add prefixed properties and values, when it really necessary
// for selected browsers.
// Parse CSS and add prefixed properties and values by Can I Use database
// for actual browsers.
//

@@ -37,0 +37,0 @@ // var prefixed = autoprefixer.compile(css);

@@ -20,3 +20,3 @@ /*

var autoprefixer = require('../..');
var autoprefixer = require('../autoprefixer.js');

@@ -65,3 +65,3 @@ var transition;

var properties = props.filter(function (i) { return !i.onlyValue; });
var values = props.filter(function (i) { return i.onlyValue; });
var values = props.filter(function (i) { return i.onlyValue; });

@@ -68,0 +68,0 @@ var out = "Browsers:\n" +

{
"name": "autoprefixer",
"version": "0.1.20130409",
"description": "Parse CSS and add prefixed properties and values, when it really necessary for selected browsers.",
"version": "0.2.20130413",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
"keywords": ["css", "prefix", "rework"],

@@ -13,3 +13,3 @@ "author": "Andrey Sitnik <andrey@sitnik.ru>",

"dependencies": {
"rework": ">= 0.13.2"
"rework": ">= 0.14"
},

@@ -21,3 +21,4 @@ "devDependencies": {

"chai": "1.5.0",
"sinon-chai": "2.3.1"
"sinon-chai": "2.3.1",
"component": "0.13.2"
},

@@ -24,0 +25,0 @@ "bin": {

# Autoprefixer
Parses CSS and add prefixed properties and values when it really necessary
for selected browsers.
Parse CSS and add prefixed properties and values by
[Can I Use](http://caniuse.com/) database for actual browsers.

@@ -14,5 +14,4 @@ Write your CSS usual code without prefixes (forget about them at all,

Autoprefixer will take own database (from [Can I Use](http://caniuse.com/))
with current browser statistics and properties support and adds only
actual prefixes:
Autoprefixer will take database with current browser statistics
and properties support and adds only actual prefixes:

@@ -19,0 +18,0 @@ ```css

Sorry, the diff of this file is not supported yet

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