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.8.20131020 to 0.8.20131029

5

data/browsers.js

@@ -45,5 +45,4 @@ (function() {

prefix: "-webkit-",
future: [7],
versions: [6, 5.1, 5, 4, 3.2, 3.1],
popularity: [2.09584, 1.28216, 0.312322, 0.098628, 0.008692, 0]
versions: [7, 6.1, 6, 5.1, 5, 4, 3.2, 3.1],
popularity: [0.008219, 0, 2.09584, 1.28216, 0.312322, 0.098628, 0.008692, 0]
}

@@ -50,0 +49,0 @@ };

@@ -34,2 +34,6 @@ (function() {

Browsers.prototype.aliases = {
fx: 'ff'
};
Browsers.prototype.requirements = {

@@ -68,2 +72,3 @@ none: {

var data, filter;
browser = this.aliases[browser] || browser;
data = this.data[browser];

@@ -92,2 +97,3 @@ version = parseFloat(version);

var data, first, last;
browser = this.aliases[browser] || browser;
data = this.data[browser];

@@ -94,0 +100,0 @@ version = parseFloat(version);

6

package.json
{
"name": "autoprefixer",
"version": "0.8.20131020",
"version": "0.8.20131029",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -19,4 +19,4 @@ "keywords": ["css", "prefix", "rework"],

"component": "0.18.0",
"fs-extra": "0.8.0",
"should": "2.0.1",
"fs-extra": "0.8.1",
"should": "2.0.2",
"stylus": "0.38.0",

@@ -23,0 +23,0 @@ "rework": "0.18.3",

@@ -49,3 +49,3 @@ # Autoprefixer

Документация на русском: [habrahabr.ru/company/evilmartians/blog/176909](http://habrahabr.ru/company/evilmartians/blog/176909/)
На русском: [статья про Автопрефиксер на Хабрахабре](http://habrahabr.ru/company/evilmartians/blog/176909/)

@@ -52,0 +52,0 @@ ## Features

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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