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.5.20130626 to 0.5.20130629

5

lib/autoprefixer/hacks/flex.js

@@ -20,6 +20,7 @@ (function() {

Flex.prototype.prefixProp = function(prefix) {
var spec;
var first, spec;
spec = this.flexSpec(prefix);
if (spec.v2009) {
this.insertBefore(prefix + 'box-flex', this.value);
first = this.value.split(' ')[0];
this.insertBefore(prefix + 'box-flex', first);
}

@@ -26,0 +27,0 @@ if (spec.v2012) {

6

package.json
{
"name": "autoprefixer",
"version": "0.5.20130626",
"version": "0.5.20130629",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",

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

"coffee-script": "1.6.3",
"component": "0.16.4",
"fs-extra": "0.6.1",
"component": "0.16.5",
"fs-extra": "0.6.3",
"should": "1.2.2",

@@ -22,0 +22,0 @@ "rework": "0.17.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