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

autoprefixer

Package Overview
Dependencies
Maintainers
3
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 6.6.0 to 6.6.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 6.6.1
* Add metadata to use Autoprefixer in JSS tests (by Chi Vinh Le).
## 6.6 “Kaiyuan”

@@ -2,0 +5,0 @@ * Add `browserslist` key in `package.json` support.

204

data/prefixes.js

@@ -84,3 +84,4 @@ (function() {

mistakes: ['-khtml-', '-ms-', '-o-'],
browsers: browsers
browsers: browsers,
feature: 'border-radius'
});

@@ -92,3 +93,4 @@ });

mistakes: ['-khtml-'],
browsers: browsers
browsers: browsers,
feature: 'css-boxshadow'
});

@@ -100,3 +102,4 @@ });

mistakes: ['-khtml-', '-ms-'],
browsers: browsers
browsers: browsers,
feature: 'css-animation'
});

@@ -108,3 +111,4 @@ });

mistakes: ['-khtml-', '-ms-'],
browsers: browsers
browsers: browsers,
feature: 'css-transitions'
});

@@ -115,3 +119,4 @@ });

return prefix('transform', 'transform-origin', {
browsers: browsers
browsers: browsers,
feature: 'transforms2d'
});

@@ -124,7 +129,9 @@ });

prefix('perspective', 'perspective-origin', {
browsers: browsers
browsers: browsers,
feature: 'transforms3d'
});
return prefix('transform-style', {
mistakes: ['-ms-', '-o-'],
browsers: browsers
browsers: browsers,
feature: 'transforms3d'
});

@@ -138,3 +145,4 @@ });

mistakes: ['-ms-', '-o-'],
browsers: browsers
browsers: browsers,
feature: 'transforms3d'
});

@@ -151,3 +159,4 @@ });

mistakes: ['-ms-'],
browsers: browsers
browsers: browsers,
feature: 'css-gradients'
});

@@ -167,3 +176,4 @@ });

return add('linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient', {
browsers: browsers
browsers: browsers,
feature: 'css-gradients'
});

@@ -174,3 +184,4 @@ });

return prefix('box-sizing', {
browsers: browsers
browsers: browsers,
feature: 'css3-boxsizing'
});

@@ -181,3 +192,4 @@ });

return prefix('filter', {
browsers: browsers
browsers: browsers,
feature: 'css-filters'
});

@@ -191,3 +203,4 @@ });

props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'],
browsers: browsers
browsers: browsers,
feature: 'css-filter-function'
});

@@ -200,3 +213,4 @@ });

return prefix('backdrop-filter', {
browsers: browsers
browsers: browsers,
feature: 'css-backdrop-filter'
});

@@ -210,3 +224,4 @@ });

props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'],
browsers: browsers
browsers: browsers,
feature: 'css-element-function'
});

@@ -217,6 +232,8 @@ });

prefix('columns', 'column-width', 'column-gap', 'column-rule', 'column-rule-color', 'column-rule-width', {
browsers: browsers
browsers: browsers,
feature: 'multicolumn'
});
return prefix('column-count', 'column-rule-style', 'column-span', 'column-fill', 'break-before', 'break-after', 'break-inside', {
browsers: browsers
browsers: browsers,
feature: 'multicolumn'
});

@@ -230,3 +247,4 @@ });

mistakes: ['-khtml-'],
browsers: browsers
browsers: browsers,
feature: 'user-select-none'
});

@@ -249,9 +267,12 @@ });

props: ['display'],
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});
prefix('flex', 'flex-grow', 'flex-shrink', 'flex-basis', {
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});
return prefix('flex-direction', 'flex-wrap', 'flex-flow', 'justify-content', 'order', 'align-items', 'align-self', 'align-content', {
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});

@@ -264,9 +285,12 @@ });

add('display-flex', 'inline-flex', {
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});
add('flex', 'flex-grow', 'flex-shrink', 'flex-basis', {
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});
return add('flex-direction', 'flex-wrap', 'flex-flow', 'justify-content', 'order', 'align-items', 'align-self', 'align-content', {
browsers: browsers
browsers: browsers,
feature: 'flexbox'
});

@@ -278,3 +302,4 @@ });

props: ['*'],
browsers: browsers
browsers: browsers,
feature: 'calc'
});

@@ -287,3 +312,4 @@ });

return prefix('background-clip', 'background-origin', 'background-size', {
browsers: browsers
browsers: browsers,
feature: 'background-img-opts'
});

@@ -294,3 +320,4 @@ });

return prefix('font-feature-settings', 'font-variant-ligatures', 'font-language-override', 'font-kerning', {
browsers: browsers
browsers: browsers,
feature: 'font-feature'
});

@@ -301,3 +328,4 @@ });

return prefix('border-image', {
browsers: browsers
browsers: browsers,
feature: 'border-image'
});

@@ -309,3 +337,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'css-selection'
});

@@ -326,3 +355,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'css-placeholder'
});

@@ -333,3 +363,4 @@ });

return prefix('hyphens', {
browsers: browsers
browsers: browsers,
feature: 'css-hyphens'
});

@@ -343,3 +374,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'fullscreen'
});

@@ -353,3 +385,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'fullscreen'
});

@@ -360,3 +393,4 @@ });

return prefix('tab-size', {
browsers: browsers
browsers: browsers,
feature: 'css3-tabsize'
});

@@ -368,3 +402,4 @@ });

props: ['width', 'min-width', 'max-width', 'height', 'min-height', 'max-height', 'inline-size', 'min-inline-size', 'max-inline-size', 'block-size', 'min-block-size', 'max-block-size'],
browsers: browsers
browsers: browsers,
feature: 'intrinsic-width'
});

@@ -378,3 +413,4 @@ });

props: ['cursor'],
browsers: browsers
browsers: browsers,
feature: 'css3-cursors-newer'
});

@@ -388,3 +424,4 @@ });

props: ['cursor'],
browsers: browsers
browsers: browsers,
feature: 'css3-cursors-grab'
});

@@ -396,3 +433,4 @@ });

props: ['position'],
browsers: browsers
browsers: browsers,
feature: 'css-sticky'
});

@@ -403,3 +441,4 @@ });

return prefix('touch-action', {
browsers: browsers
browsers: browsers,
feature: 'pointer'
});

@@ -412,3 +451,4 @@ });

return prefix('text-decoration-style', 'text-decoration-color', 'text-decoration-line', {
browsers: browsers
browsers: browsers,
feature: 'text-decoration'
});

@@ -421,3 +461,4 @@ });

return prefix('text-decoration-skip', {
browsers: browsers
browsers: browsers,
feature: 'text-decoration'
});

@@ -430,3 +471,4 @@ });

return prefix('text-size-adjust', {
browsers: browsers
browsers: browsers,
feature: 'text-size-adjust'
});

@@ -437,6 +479,8 @@ });

prefix('mask-clip', 'mask-composite', 'mask-image', 'mask-origin', 'mask-repeat', 'mask-border-repeat', 'mask-border-source', {
browsers: browsers
browsers: browsers,
feature: 'css-masks'
});
return prefix('clip-path', 'mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice', {
browsers: browsers
browsers: browsers,
feature: 'css-masks'
});

@@ -449,3 +493,4 @@ });

return prefix('box-decoration-break', {
browsers: browsers
browsers: browsers,
feature: 'css-boxdecorationbreak'
});

@@ -456,3 +501,4 @@ });

return prefix('object-fit', 'object-position', {
browsers: browsers
browsers: browsers,
feature: 'object-fit'
});

@@ -463,3 +509,4 @@ });

return prefix('shape-margin', 'shape-outside', 'shape-image-threshold', {
browsers: browsers
browsers: browsers,
feature: 'css-shapes'
});

@@ -470,3 +517,4 @@ });

return prefix('text-overflow', {
browsers: browsers
browsers: browsers,
feature: 'text-overflow'
});

@@ -479,3 +527,4 @@ });

return prefix('@viewport', {
browsers: browsers
browsers: browsers,
feature: 'css-deviceadaptation'
});

@@ -490,3 +539,4 @@ });

return prefix('@resolution', {
browsers: browsers
browsers: browsers,
feature: 'css-media-resolution'
});

@@ -499,3 +549,4 @@ });

return prefix('text-align-last', {
browsers: browsers
browsers: browsers,
feature: 'css-text-align-last'
});

@@ -511,3 +562,4 @@ });

props: ['image-rendering'],
browsers: browsers
browsers: browsers,
feature: 'css-crisp-edges'
});

@@ -520,3 +572,4 @@ });

return prefix('image-rendering', {
browsers: browsers
browsers: browsers,
feature: 'css-crisp-edges'
});

@@ -529,3 +582,4 @@ });

return prefix('border-inline-start', 'border-inline-end', 'margin-inline-start', 'margin-inline-end', 'padding-inline-start', 'padding-inline-end', {
browsers: browsers
browsers: browsers,
feature: 'css-logical-props'
});

@@ -538,3 +592,4 @@ });

return prefix('border-block-start', 'border-block-end', 'margin-block-start', 'margin-block-end', 'padding-block-start', 'padding-block-end', {
browsers: browsers
browsers: browsers,
feature: 'css-logical-props'
});

@@ -545,3 +600,4 @@ });

return prefix('appearance', {
browsers: browsers
browsers: browsers,
feature: 'css-appearance'
});

@@ -552,3 +608,4 @@ });

return prefix('scroll-snap-type', 'scroll-snap-coordinate', 'scroll-snap-destination', 'scroll-snap-points-x', 'scroll-snap-points-y', {
browsers: browsers
browsers: browsers,
feature: 'css-snappoints'
});

@@ -559,3 +616,4 @@ });

return prefix('flow-into', 'flow-from', 'region-fragment', {
browsers: browsers
browsers: browsers,
feature: 'css-regions'
});

@@ -567,3 +625,4 @@ });

props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'],
browsers: browsers
browsers: browsers,
feature: 'css-image-set'
});

@@ -578,3 +637,4 @@ });

return prefix('writing-mode', {
browsers: browsers
browsers: browsers,
feature: 'css-writing-mode'
});

@@ -586,3 +646,4 @@ });

props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'],
browsers: browsers
browsers: browsers,
feature: 'css-cross-fade'
});

@@ -596,3 +657,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'css-read-only-write'
});

@@ -603,3 +665,4 @@ });

return prefix('text-emphasis', 'text-emphasis-position', 'text-emphasis-style', 'text-emphasis-color', {
browsers: browsers
browsers: browsers,
feature: 'text-emphasis'
});

@@ -613,6 +676,8 @@ });

props: ['display'],
browsers: browsers
browsers: browsers,
feature: 'css-grid'
});
return prefix('grid-template-columns', 'grid-template-rows', 'grid-row-start', 'grid-column-start', 'grid-row-end', 'grid-column-end', 'grid-row', 'grid-column', {
browsers: browsers
browsers: browsers,
feature: 'css-grid'
});

@@ -625,3 +690,4 @@ });

return prefix('justify-items', 'grid-row-align', {
browsers: browsers
browsers: browsers,
feature: 'css-grid'
});

@@ -634,3 +700,4 @@ });

return prefix('text-spacing', {
browsers: browsers
browsers: browsers,
feature: 'css-text-spacing'
});

@@ -642,3 +709,4 @@ });

selector: true,
browsers: browsers
browsers: browsers,
feature: 'css-any-link'
});

@@ -645,0 +713,0 @@ });

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

@@ -17,6 +17,6 @@ "keywords": [

"browserslist": "~1.5.1",
"caniuse-db": "^1.0.30000602",
"caniuse-db": "^1.0.30000604",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^5.2.6",
"postcss": "^5.2.8",
"postcss-value-parser": "^3.2.3"

@@ -23,0 +23,0 @@ },

@@ -8,4 +8,3 @@ # Autoprefixer [![Build Status][ci-img]][ci]

[PostCSS] plugin to parse CSS and add vendor prefixes to CSS rules using values
from [Can I Use]. It is [recommended] by Google and used in Twitter,
and Taobao.
from [Can I Use]. It is [recommended] by Google and used in Twitter and Taobao.

@@ -530,3 +529,3 @@ Write your CSS rules without vendor prefixes (in fact, forget about them

config or `browserslist` key in `package.json`, rather than this option
to share browsers with other tools.Wee [Browserslist docs] for available
to share browsers with other tools. See [Browserslist docs] for available
queries and default value.

@@ -533,0 +532,0 @@ * `env` (string): environment for Browserslist.

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