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

postcss-preset-env

Package Overview
Dependencies
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-preset-env - npm Package Compare versions

Comparing version 9.1.4 to 9.2.0

3

dist/plugins/plugins-options.d.ts

@@ -23,2 +23,3 @@ import type { pluginOptions as postcssInitial } from '@csstools/postcss-initial';

import type { pluginOptions as postcssFontVariant } from '../types/postcss-font-variant/plugin-options';
import type { pluginOptions as postcssGamutMapping } from '@csstools/postcss-gamut-mapping';
import type { pluginOptions as postcssGapProperties } from 'postcss-gap-properties';

@@ -100,2 +101,4 @@ import type { pluginOptions as postcssGradientsInterpolationMethod } from '@csstools/postcss-gradients-interpolation-method';

'font-variant-property'?: postcssFontVariant | boolean;
/** plugin options for "@csstools/postcss-gamut-mapping" */
'gamut-mapping'?: postcssGamutMapping | boolean;
/** plugin options for "postcss-gap-properties" */

@@ -102,0 +105,0 @@ 'gap-properties'?: postcssGapProperties | boolean;

53

package.json
{
"name": "postcss-preset-env",
"description": "Convert modern CSS into something browsers understand",
"version": "9.1.4",
"version": "9.2.0",
"contributors": [

@@ -53,42 +53,43 @@ {

"@csstools/postcss-cascade-layers": "^4.0.0",
"@csstools/postcss-color-function": "^3.0.4",
"@csstools/postcss-color-mix-function": "^2.0.4",
"@csstools/postcss-exponential-functions": "^1.0.0",
"@csstools/postcss-color-function": "^3.0.7",
"@csstools/postcss-color-mix-function": "^2.0.7",
"@csstools/postcss-exponential-functions": "^1.0.1",
"@csstools/postcss-font-format-keywords": "^3.0.0",
"@csstools/postcss-gradients-interpolation-method": "^4.0.4",
"@csstools/postcss-hwb-function": "^3.0.3",
"@csstools/postcss-ic-unit": "^3.0.1",
"@csstools/postcss-gamut-mapping": "^1.0.0",
"@csstools/postcss-gradients-interpolation-method": "^4.0.7",
"@csstools/postcss-hwb-function": "^3.0.6",
"@csstools/postcss-ic-unit": "^3.0.2",
"@csstools/postcss-initial": "^1.0.0",
"@csstools/postcss-is-pseudo-class": "^4.0.2",
"@csstools/postcss-is-pseudo-class": "^4.0.3",
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
"@csstools/postcss-logical-resize": "^2.0.0",
"@csstools/postcss-logical-viewport-units": "^2.0.2",
"@csstools/postcss-media-minmax": "^1.0.7",
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.2",
"@csstools/postcss-logical-viewport-units": "^2.0.3",
"@csstools/postcss-media-minmax": "^1.1.0",
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.3",
"@csstools/postcss-nested-calc": "^3.0.0",
"@csstools/postcss-normalize-display-values": "^3.0.1",
"@csstools/postcss-oklab-function": "^3.0.4",
"@csstools/postcss-progressive-custom-properties": "^3.0.1",
"@csstools/postcss-relative-color-syntax": "^2.0.4",
"@csstools/postcss-oklab-function": "^3.0.7",
"@csstools/postcss-progressive-custom-properties": "^3.0.2",
"@csstools/postcss-relative-color-syntax": "^2.0.7",
"@csstools/postcss-scope-pseudo-class": "^3.0.0",
"@csstools/postcss-stepped-value-functions": "^3.0.1",
"@csstools/postcss-stepped-value-functions": "^3.0.2",
"@csstools/postcss-text-decoration-shorthand": "^3.0.3",
"@csstools/postcss-trigonometric-functions": "^3.0.1",
"@csstools/postcss-trigonometric-functions": "^3.0.2",
"@csstools/postcss-unset-value": "^3.0.0",
"autoprefixer": "^10.4.15",
"browserslist": "^4.21.10",
"autoprefixer": "^10.4.16",
"browserslist": "^4.22.1",
"css-blank-pseudo": "^6.0.0",
"css-has-pseudo": "^6.0.0",
"css-prefers-color-scheme": "^9.0.0",
"cssdb": "^7.7.2",
"cssdb": "^7.8.0",
"postcss-attribute-case-insensitive": "^6.0.2",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^6.0.1",
"postcss-color-functional-notation": "^6.0.2",
"postcss-color-hex-alpha": "^9.0.2",
"postcss-color-rebeccapurple": "^9.0.1",
"postcss-custom-media": "^10.0.1",
"postcss-custom-properties": "^13.3.1",
"postcss-custom-selectors": "^7.1.5",
"postcss-custom-media": "^10.0.2",
"postcss-custom-properties": "^13.3.2",
"postcss-custom-selectors": "^7.1.6",
"postcss-dir-pseudo-class": "^8.0.0",
"postcss-double-position-gradients": "^5.0.1",
"postcss-double-position-gradients": "^5.0.2",
"postcss-focus-visible": "^9.0.0",

@@ -99,3 +100,3 @@ "postcss-focus-within": "^8.0.0",

"postcss-image-set-function": "^6.0.1",
"postcss-lab-function": "^6.0.4",
"postcss-lab-function": "^6.0.7",
"postcss-logical": "^7.0.0",

@@ -118,3 +119,3 @@ "postcss-nesting": "^12.0.1",

"@csstools/postcss-tape": "*",
"@webref/css": "^6.7.1",
"@webref/css": "^6.8.1",
"postcss-simple-vars": "^7.0.1"

@@ -121,0 +122,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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