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.7 to 10.4.8

12

lib/processor.js

@@ -116,7 +116,9 @@ let parser = require('postcss-value-parser')

if (prop === 'color-adjust') {
result.warn(
'Replace color-adjust to print-color-adjust. ' +
'The color-adjust shorthand is currently deprecated.',
{ node: decl }
)
if (parent.every(i => i.prop !== 'print-color-adjust')) {
result.warn(
'Replace color-adjust to print-color-adjust. ' +
'The color-adjust shorthand is currently deprecated.',
{ node: decl }
)
}
} else if (prop === 'grid-row-span') {

@@ -123,0 +125,0 @@ result.warn(

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

@@ -38,4 +38,4 @@ "engines": {

"dependencies": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001335",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001373",
"fraction.js": "^4.2.0",

@@ -42,0 +42,0 @@ "normalize-range": "^0.1.2",

@@ -36,5 +36,2 @@ # Autoprefixer [![Cult Of Martians][cult-img]][cult]

}
:-ms-input-placeholder {
color: gray;
}
::placeholder {

@@ -41,0 +38,0 @@ color: gray;

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