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

postcss-preset-env

Package Overview
Dependencies
Maintainers
1
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 3.4.0 to 3.5.0

9

CHANGELOG.md
# Changes to PostCSS Preset Env
### 3.5.0 (April 5, 2018)
- Fixed: `selectors-matches-pseudo` mapping to allow `:matches` polyfilling
- Updated: `postcss-dir-pseudo-class` to v3.0.0 (major update, non-breaking for this project)
- Updated: `postcss-logical` to v1.1.1 (minor update)
- Updated: `postcss` to v6.0.21 (patch update)
- Updated: `browserslist` to v3.2.4 (patch update)
- Updated: `caniuse-lite` to v1.0.30000823 (patch update)
### 3.4.0 (March 18, 2018)

@@ -4,0 +13,0 @@

2

index.cjs.js

@@ -56,3 +56,3 @@ 'use strict';

'selectors-focus-visible-pseudo': postcssFocusVisible,
'selectors-matches': postcssSelectorMatches,
'selectors-matches-pseudo': postcssSelectorMatches,
'selectors-negation': postcssSelectorNot

@@ -59,0 +59,0 @@ };

@@ -52,3 +52,3 @@ import postcssApply from 'postcss-apply';

'selectors-focus-visible-pseudo': postcssFocusVisible,
'selectors-matches': postcssSelectorMatches,
'selectors-matches-pseudo': postcssSelectorMatches,
'selectors-negation': postcssSelectorNot

@@ -55,0 +55,0 @@ };

@@ -47,4 +47,4 @@ // tooling

'selectors-focus-visible-pseudo': postcssFocusVisible,
'selectors-matches': postcssSelectorMatches,
'selectors-matches-pseudo': postcssSelectorMatches,
'selectors-negation': postcssSelectorNot
};
{
"name": "postcss-preset-env",
"version": "3.4.0",
"version": "3.5.0",
"description": "Convert modern CSS into something browsers understand",

@@ -30,6 +30,6 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"@csstools/postcss-image-set-function": "^1.0.0",
"browserslist": "^3.2.0",
"caniuse-lite": "^1.0.30000815",
"browserslist": "^3.2.4",
"caniuse-lite": "^1.0.30000823",
"cssdb": "^1.6.0",
"postcss": "^6.0.20",
"postcss": "^6.0.21",
"postcss-apply": "^0.9.0",

@@ -44,3 +44,3 @@ "postcss-attribute-case-insensitive": "^2.0.0",

"postcss-custom-selectors": "^4.0.1",
"postcss-dir-pseudo-class": "^2.1.0",
"postcss-dir-pseudo-class": "^3.0.0",
"postcss-focus-visible": "^2.0.0",

@@ -50,3 +50,3 @@ "postcss-font-family-system-ui": "^3.0.0",

"postcss-initial": "^2.0.0",
"postcss-logical": "^1.0.2",
"postcss-logical": "^1.1.1",
"postcss-media-minmax": "^3.0.0",

@@ -65,3 +65,3 @@ "postcss-nesting": "^4.2.1",

"echint": "^4.0.1",
"eslint": "^4.19.0",
"eslint": "^4.19.1",
"eslint-config-dev": "^2.0.0",

@@ -68,0 +68,0 @@ "postcss-simple-vars": "^4.1.0",

@@ -211,3 +211,3 @@ # PostCSS Preset Env [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

require('postcss-preset-env')({
browsers: 'last two versions'
browsers: 'last 2 versions'
})

@@ -214,0 +214,0 @@ ```

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