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 6.2.0 to 6.3.0

8

CHANGELOG.md
# Changes to PostCSS Preset Env
### 6.3.0 (October 28, 2018)
- Added `postcss-double-position-gradients` 1.0.0 (major, non-breaking for this project)
- Updated `autoprefixer` to 9.3.1 (minor)
- Updated `browserslist` to 4.3.4 (patch)
- Updated `caniuse-lite` to 1.0.30000899 (patch)
- Updated `cssdb` to 4.1.0 (major, non-breaking for this project)
### 6.2.0 (October 22, 2018)

@@ -4,0 +12,0 @@

4

index.cjs.js

@@ -16,2 +16,3 @@ 'use strict';

var postcssDirPseudoClass = _interopDefault(require('postcss-dir-pseudo-class'));
var postcssDoublePositionGradients = _interopDefault(require('postcss-double-position-gradients'));
var postcssEnvFunction = _interopDefault(require('postcss-env-function'));

@@ -76,2 +77,3 @@ var postcssFocusVisible = _interopDefault(require('postcss-focus-visible'));

'dir-pseudo-class': postcssDirPseudoClass,
'double-position-gradients': postcssDoublePositionGradients,
'environment-variables': postcssEnvFunction,

@@ -129,3 +131,3 @@ 'focus-visible-pseudo-class': postcssFocusVisible,

'dir-pseudo-class', 'all-property', // run all-property before other property polyfills
'color-functional-notation', 'gray-function', 'hexadecimal-alpha-notation', 'lab-function', 'rebeccapurple-color', 'color-mod-function', // run color-mod after other color modifications have finished
'color-functional-notation', 'double-position-gradients', 'gray-function', 'hexadecimal-alpha-notation', 'lab-function', 'rebeccapurple-color', 'color-mod-function', // run color-mod after other color modifications have finished
'break-properties', 'font-variant-property', 'gap-properties', 'overflow-property', 'overflow-wrap-property', 'place-properties', 'system-ui-font-family'];

@@ -132,0 +134,0 @@

{
"name": "postcss-preset-env",
"version": "6.2.0",
"version": "6.3.0",
"description": "Convert modern CSS into something browsers understand",

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

"dependencies": {
"autoprefixer": "^9.2.1",
"browserslist": "^4.3.1",
"caniuse-lite": "^1.0.30000893",
"cssdb": "^3.2.1",
"autoprefixer": "^9.3.1",
"browserslist": "^4.3.4",
"caniuse-lite": "^1.0.30000899",
"cssdb": "^4.1.0",
"postcss": "^7.0.5",

@@ -45,2 +45,3 @@ "postcss-attribute-case-insensitive": "^4.0.0",

"postcss-dir-pseudo-class": "^5.0.0",
"postcss-double-position-gradients": "^1.0.0",
"postcss-env-function": "^2.0.2",

@@ -69,3 +70,3 @@ "postcss-focus-visible": "^4.0.0",

"babel-eslint": "^10.0.1",
"eslint": "^5.7.0",
"eslint": "^5.8.0",
"eslint-config-dev": "^2.0.0",

@@ -72,0 +73,0 @@ "postcss-simple-vars": "^5.0.1",

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