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

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.4.1 to 10.4.2

12

data/prefixes.js

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

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

@@ -605,6 +605,10 @@ feature: 'intrinsic-width',

f(prefixIntrinsic, { match: /x|\s#5/ }, browsers =>
prefix(['fit-content'], {
// Stretch value
let prefixStretch = require('caniuse-lite/data/features/css-width-stretch')
f(prefixStretch, browsers =>
prefix(['stretch'], {
props: sizeProps,
feature: 'intrinsic-width',
feature: 'css-width-stretch',
browsers

@@ -611,0 +615,0 @@ })

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

@@ -33,3 +33,3 @@ "engines": {

"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001294",
"caniuse-lite": "^1.0.30001297",
"fraction.js": "^4.1.2",

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

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