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.16 to 10.4.17

5

lib/hacks/user-select.js

@@ -10,2 +10,7 @@ let Declaration = require('../declaration')

return undefined
} else if (
decl.value === 'contain' &&
(prefix === '-moz-' || prefix === '-webkit-')
) {
return undefined
} else {

@@ -12,0 +17,0 @@ return super.insert(decl, prefix, prefixes)

8

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

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

"dependencies": {
"browserslist": "^4.21.10",
"caniuse-lite": "^1.0.30001538",
"fraction.js": "^4.3.6",
"browserslist": "^4.22.2",
"caniuse-lite": "^1.0.30001578",
"fraction.js": "^4.3.7",
"normalize-range": "^0.1.2",

@@ -47,0 +47,0 @@ "picocolors": "^1.0.0",

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