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

autoprefixer

Package Overview
Dependencies
Maintainers
3
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 6.7.4 to 6.7.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 6.7.5
* Fix `text-decoration-skip` in iOS (by Chi Vinh Le).
* Fix `clip-path` (by Chi Vinh Le).
## 6.7.4

@@ -2,0 +9,0 @@ * Improve `browsers` option perfomance.

11

data/prefixes.js

@@ -424,3 +424,3 @@ (function() {

feature(decoration, {
match: /x.*#3/
match: /x.*#[23]/
}, function(browsers) {

@@ -447,3 +447,3 @@ return prefix('text-decoration-skip', {

});
return prefix('clip-path', 'mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice', {
return prefix('mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice', {
browsers: browsers,

@@ -454,2 +454,9 @@ feature: 'css-masks'

feature(require('caniuse-db/features-json/css-clip-path.json'), function(browsers) {
return prefix('clip-path', {
browsers: browsers,
feature: 'css-clip-path'
});
});
boxdecorbreak = require('caniuse-db/features-json/css-boxdecorationbreak.json');

@@ -456,0 +463,0 @@

6

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

@@ -16,7 +16,7 @@ "keywords": [

"dependencies": {
"browserslist": "^1.7.4",
"browserslist": "^1.7.5",
"caniuse-db": "^1.0.30000624",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^5.2.14",
"postcss": "^5.2.15",
"postcss-value-parser": "^3.2.3"

@@ -23,0 +23,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