Socket
Socket
Sign inDemoInstall

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 4.0.0 to 4.0.1

3

ChangeLog.md

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

## 4.0.1
* Fix `@supports` support with brackets in values (by Vincent De Oliveira).
## 4.0 “Indivisibiliter ac Inseparabiliter”

@@ -2,0 +5,0 @@ * Become 2.5 times fatser by new PostCSS 3.0 parser.

4

lib/supports.js

@@ -16,5 +16,5 @@ (function() {

findDecl = /\(\s*([^\(\):]+)\s*:\s*([^\)]+)\s*\)/g;
findDecl = /\(\s*([^\(\):]+)\s*:\s*(.+)\s*\)/g;
findCondition = /(not\s*)?\(\s*([^\(\):]+)\s*:\s*([^\)]+)\s*\)\s*or\s*/gi;
findCondition = /(not\s*)?\(\s*([^\(\):]+)\s*:\s*(.+?(?!\s*or\s*).+?)\s*\)*\s*\)\s*or\s*/gi;

@@ -21,0 +21,0 @@ Supports = (function() {

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

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

"dependencies": {
"caniuse-db": "^1.0.30000023",
"postcss": "~3.0.1"
"caniuse-db": "^1.0.30000025",
"postcss": "~3.0.3"
},

@@ -30,3 +30,3 @@ "devDependencies": {

"gulp-coffee": "2.2.0",
"gulp-mocha": "1.1.1",
"gulp-mocha": "2.0.0",
"browserify": "6.3.2",

@@ -33,0 +33,0 @@ "fs-extra": "0.12.0",

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