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

autoprefixer-core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer-core - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 5.2.1
* Fix parent-less node issue on some cases (by Josh Gillies)
## 5.2 “Dont tread on me”

@@ -2,0 +5,0 @@ * Add `appearance` support.

4

lib/processor.js

@@ -182,4 +182,6 @@ (function() {

return node._autoprefixerDisabled = status != null ? !status : node.parent ? this.disabled(node.parent) : false;
} else if (node.parent) {
return node._autoprefixerDisabled = this.disabled(node.parent);
} else {
return node._autoprefixerDisabled = this.disabled(node.parent);
return false;
}

@@ -186,0 +188,0 @@ };

{
"name": "autoprefixer-core",
"version": "5.2.0",
"version": "5.2.1",
"description": "CLI-less core of Autoprefixer to use in plugins",

@@ -21,4 +21,4 @@ "keywords": [

"num2fraction": "^1.1.0",
"caniuse-db": "^1.0.30000181",
"postcss": "~4.1.11"
"caniuse-db": "^1.0.30000214",
"postcss": "~4.1.12"
},

@@ -29,11 +29,11 @@ "devDependencies": {

"gulp-replace": "0.5.3",
"gulp-eslint": "0.12.0",
"gulp-eslint": "0.14.0",
"gulp-coffee": "2.3.1",
"gulp-mocha": "2.1.0",
"browserify": "10.2.1",
"fs-extra": "0.18.4",
"should": "6.0.3",
"gulp-mocha": "2.1.2",
"browserify": "10.2.4",
"fs-extra": "0.20.0",
"should": "7.0.1",
"mocha": "2.2.5",
"gulp": "3.8.11",
"coffee-script": "1.9.2"
"gulp": "3.9.0",
"coffee-script": "1.9.3"
},

@@ -40,0 +40,0 @@ "scripts": {

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