Socket
Socket
Sign inDemoInstall

autoprefixer

Package Overview
Dependencies
Maintainers
1
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 10.3.3 to 10.3.4

10

data/prefixes.js

@@ -586,3 +586,3 @@ let unpack = require('caniuse-lite').feature

f(prefixIntrinsic, { match: /x|\s#4/ }, browsers =>
prefix(['fill', 'fill-available', 'stretch'], {
prefix(['fill', 'fill-available'], {
props: sizeProps,

@@ -595,2 +595,10 @@ feature: 'intrinsic-width',

f(prefixIntrinsic, { match: /x|\s#5/ }, browsers =>
prefix(['stretch'], {
props: sizeProps,
feature: 'intrinsic-width',
browsers
})
)
f(prefixIntrinsic, { match: /x|\s#5/ }, browsers =>
prefix(['fit-content'], {

@@ -597,0 +605,0 @@ props: sizeProps,

2

package.json
{
"name": "autoprefixer",
"version": "10.3.3",
"version": "10.3.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc