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

postcss-preset-env

Package Overview
Dependencies
Maintainers
2
Versions
122
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 7.1.0 to 7.2.0

49

CHANGELOG.md
# Changes to PostCSS Preset Env
### 7.2.0 (January 2, 2022)
- Added warnings and useful messages when a feature that doesn't exist is configured. [156](https://github.com/csstools/postcss-preset-env/issues/156).
When configured with these options for example:
```js
options: {
features: {
"custom-media": true,
"postcss-logical": true,
"postcss-logica": true,
}
}
```
It will yield the following warnings:
```bash
Unknown feature: "custom-media" did you mean: "custom-media-queries"
Unknown feature: "postcss-logical" did you mean: "logical-properties-and-values"
Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
```
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
- Updated `postcss` to 8.4 (minor)
- Updated `autoprefixer` to 10.4.1 (patch)
- Updated `caniuse-lite` to 1.0.30001295 (patch)
- Updated `css-blank-pseudo` to 3.0.1 (patch)
- Updated `css-has-pseudo` to 3.0.2 (patch)
- Updated `css-prefers-color-scheme` to 6.0.2 (patch)
- Updated `postcss-color-functional-notation` to 4.2.1 (minor)
- Updated `postcss-color-hex-alpha` to 8.0.2 (patch)
- Updated `postcss-custom-properties` to 12.0.2 (patch)
- Updated `postcss-dir-pseudo-class` to 6.0.2 (patch)
- Updated `postcss-double-position-gradients` to 3.0.4 (patch)
- Updated `postcss-env-function` to 4.0.4 (patch)
- Updated `postcss-focus-visible` to 6.0.3 (patch)
- Updated `postcss-focus-within` to 5.0.3 (patch)
- Updated `postcss-gap-properties` to 3.0.2 (patch)
- Updated `postcss-image-set-function` to 4.0.4 (patch)
- Updated `postcss-lab-function` to 4.0.3 (patch)
- Updated `postcss-logical` to 5.0.2 (patch)
- Updated `postcss-nesting` to 10.1.1 (minor)
- Updated `postcss-overflow-shorthand` to 3.0.2 (patch)
- Updated `postcss-place` to 7.0.3 (patch)
- Updated `postcss-pseudo-class-any-link` to 7.0.2 (patch)
### 7.1.0 (December 22, 2021)

@@ -4,0 +53,0 @@

53

package.json
{
"name": "postcss-preset-env",
"version": "7.1.0",
"version": "7.2.0",
"description": "Convert modern CSS into something browsers understand",

@@ -13,3 +13,2 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -19,5 +18,2 @@ "README.md",

],
"bin": {
"postcss-preset-env": "dist/cli.mjs"
},
"scripts": {

@@ -29,3 +25,4 @@ "build": "rollup -c ../../rollup/default.js",

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci"
"test": "postcss-tape --ci && npm run test:exports",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

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

"dependencies": {
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.1",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001291",
"css-blank-pseudo": "^3.0.0",
"css-has-pseudo": "^3.0.0",
"css-prefers-color-scheme": "^6.0.0",
"caniuse-lite": "^1.0.30001295",
"css-blank-pseudo": "^3.0.1",
"css-has-pseudo": "^3.0.2",
"css-prefers-color-scheme": "^6.0.2",
"cssdb": "^5.0.0",
"postcss-attribute-case-insensitive": "^5.0.0",
"postcss-color-functional-notation": "^4.1.0",
"postcss-color-hex-alpha": "^8.0.1",
"postcss-color-functional-notation": "^4.2.1",
"postcss-color-hex-alpha": "^8.0.2",
"postcss-color-rebeccapurple": "^7.0.1",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.0.1",
"postcss-custom-properties": "^12.0.2",
"postcss-custom-selectors": "^6.0.0",
"postcss-dir-pseudo-class": "^6.0.1",
"postcss-double-position-gradients": "^3.0.3",
"postcss-env-function": "^4.0.3",
"postcss-focus-visible": "^6.0.2",
"postcss-focus-within": "^5.0.2",
"postcss-dir-pseudo-class": "^6.0.2",
"postcss-double-position-gradients": "^3.0.4",
"postcss-env-function": "^4.0.4",
"postcss-focus-visible": "^6.0.3",
"postcss-focus-within": "^5.0.3",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^3.0.1",
"postcss-image-set-function": "^4.0.3",
"postcss-gap-properties": "^3.0.2",
"postcss-image-set-function": "^4.0.4",
"postcss-initial": "^4.0.1",
"postcss-lab-function": "^4.0.2",
"postcss-logical": "^5.0.1",
"postcss-lab-function": "^4.0.3",
"postcss-logical": "^5.0.2",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^10.0.3",
"postcss-overflow-shorthand": "^3.0.1",
"postcss-nesting": "^10.1.1",
"postcss-overflow-shorthand": "^3.0.2",
"postcss-page-break": "^3.0.4",
"postcss-place": "^7.0.2",
"postcss-pseudo-class-any-link": "^7.0.1",
"postcss-place": "^7.0.3",
"postcss-pseudo-class-any-link": "^7.0.2",
"postcss-replace-overflow-wrap": "^4.0.0",

@@ -77,3 +74,3 @@ "postcss-selector-not": "^5.0.0"

"peerDependencies": {
"postcss": "^8.3"
"postcss": "^8.4"
},

@@ -80,0 +77,0 @@ "keywords": [

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