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.4.0 to 6.5.0

index.js

11

CHANGELOG.md
# Changes to PostCSS Preset Env
### 6.5.0 (December 12, 2018)
- Added `css-blank-pseudo` polyfill
- Added `css-has-pseudo` polyfill
- Updated `autoprefixer` to 9.4.2 (minor)
- Updated `browserslist` to 4.3.5 (minor)
- Updated `caniuse-lite` to 1.0.30000918 (patch)
- Updated `css-prefers-color-scheme` to 3.1.1 (minor, patch for this project)
- Updated `cssdb` to 4.3.0 (minor)
- Updated `postcss` to 7.0.6 (patch)
### 6.4.0 (November 6, 2018)

@@ -4,0 +15,0 @@

42

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

@@ -10,9 +10,9 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"bugs": "https://github.com/csstools/postcss-preset-env/issues",
"main": "index.cjs.js",
"module": "index.esm.mjs",
"main": "index.js",
"module": "index.mjs",
"files": [
"index.cjs.js",
"index.cjs.js.map",
"index.esm.mjs",
"index.esm.mjs.map"
"index.js",
"index.js.map",
"index.mjs",
"index.mjs.map"
],

@@ -23,3 +23,3 @@ "scripts": {

"test": "npm run test:js && npm run test:tape",
"test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
"test:js": "eslint src/*.js src/lib/*.js src/patch/*.js --cache --ignore-path .gitignore --quiet",
"test:tape": "postcss-tape"

@@ -31,8 +31,10 @@ },

"dependencies": {
"autoprefixer": "^9.3.1",
"browserslist": "^4.3.4",
"caniuse-lite": "^1.0.30000905",
"css-prefers-color-scheme": "^3.0.0",
"cssdb": "^4.2.0",
"postcss": "^7.0.5",
"autoprefixer": "^9.4.2",
"browserslist": "^4.3.5",
"caniuse-lite": "^1.0.30000918",
"css-blank-pseudo": "^0.1.4",
"css-has-pseudo": "^0.10.0",
"css-prefers-color-scheme": "^3.1.1",
"cssdb": "^4.3.0",
"postcss": "^7.0.6",
"postcss-attribute-case-insensitive": "^4.0.0",

@@ -69,12 +71,12 @@ "postcss-color-functional-notation": "^2.0.1",

"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint": "^5.10.0",
"eslint-config-dev": "^2.0.0",
"postcss-simple-vars": "^5.0.1",
"postcss-tape": "^2.2.0",
"postcss-tape": "^3.0.0-rc.2",
"pre-commit": "^1.2.2",
"rollup": "^0.67.0",
"rollup-plugin-babel": "^4.0.3"
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.1.0"
},

@@ -81,0 +83,0 @@ "eslintConfig": {

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

[![Build Status][cli-img]][cli-url]
[![Windows Build Status][win-img]][win-url]
[![Support Chat][git-img]][git-url]

@@ -367,3 +366,3 @@

[cli-img]: https://img.shields.io/travis/csstools/postcss-preset-env.svg
[cli-img]: https://img.shields.io/travis/csstools/postcss-preset-env/master.svg
[cli-url]: https://travis-ci.org/csstools/postcss-preset-env

@@ -374,4 +373,2 @@ [git-img]: https://img.shields.io/badge/support-chat-blue.svg

[npm-url]: https://www.npmjs.com/package/postcss-preset-env
[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-preset-env.svg
[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-preset-env

@@ -378,0 +375,0 @@ [autoprefixer]: https://github.com/postcss/autoprefixer

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