Socket
Socket
Sign inDemoInstall

autoprefixer

Package Overview
Dependencies
13
Maintainers
1
Versions
243
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.4.10 to 10.4.11

51

data/prefixes.js

@@ -662,17 +662,2 @@ let unpack = require('caniuse-lite').feature

f(prefixDecoration, browsers =>
prefix(
[
'text-decoration-style',
'text-decoration-color',
'text-decoration-line',
'text-decoration'
],
{
feature: 'text-decoration',
browsers
}
)
)
f(prefixDecoration, { match: /x.*#[235]/ }, browsers =>

@@ -685,2 +670,38 @@ prefix(['text-decoration-skip', 'text-decoration-skip-ink'], {

let prefixDecorationShorthand = require('caniuse-lite/data/features/mdn-text-decoration-shorthand')
f(prefixDecorationShorthand, browsers =>
prefix(['text-decoration'], {
feature: 'text-decoration',
browsers
})
)
let prefixDecorationColor = require('caniuse-lite/data/features/mdn-text-decoration-color')
f(prefixDecorationColor, browsers =>
prefix(['text-decoration-color'], {
feature: 'text-decoration',
browsers
})
)
let prefixDecorationLine = require('caniuse-lite/data/features/mdn-text-decoration-line')
f(prefixDecorationLine, browsers =>
prefix(['text-decoration-line'], {
feature: 'text-decoration',
browsers
})
)
let prefixDecorationStyle = require('caniuse-lite/data/features/mdn-text-decoration-style')
f(prefixDecorationStyle, browsers =>
prefix(['text-decoration-style'], {
feature: 'text-decoration',
browsers
})
)
// Text Size Adjust

@@ -687,0 +708,0 @@ let prefixTextSizeAdjust = require('caniuse-lite/data/features/text-size-adjust')

{
"name": "autoprefixer",
"version": "10.4.10",
"version": "10.4.11",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -5,0 +5,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc