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.2.2 to 3.3.0

index.cjs.js

7

CHANGELOG.md
# Changes to PostCSS Preset Env
### 3.3.0 (March 16, 2018)
- Updated: `postcss-apply` to v0.9.0 (minor update)
- Updated: `browserslist` to v3.1.2 (patch update)
- Updated: `caniuse-lite` to v1.0.30000815 (patch update)
- Updated: distribution to cjs and es bundles
### 3.2.2 (February 27, 2018)

@@ -4,0 +11,0 @@

22

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

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

"bugs": "https://github.com/jonathantneal/postcss-preset-env/issues",
"main": "index.bundle.js",
"module": "index.js",
"main": "index.cjs.js",
"module": "index.es.js",
"files": [
"index.js",
"index.bundle.js",
"index.cjs.js",
"index.es.js",
"lib"

@@ -22,3 +22,3 @@ ],

"test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
"test:ec": "echint --ignore index.bundle.js test",
"test:ec": "echint --ignore index.*.js test",
"test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",

@@ -31,7 +31,7 @@ "test:tape": "postcss-tape"

"dependencies": {
"browserslist": "^3.1.1",
"caniuse-lite": "^1.0.30000810",
"browserslist": "^3.1.2",
"caniuse-lite": "^1.0.30000815",
"cssdb": "^1.6.0",
"postcss": "^6.0.19",
"postcss-apply": "^0.8.0",
"postcss-apply": "^0.9.0",
"postcss-attribute-case-insensitive": "^2.0.0",

@@ -65,3 +65,3 @@ "postcss-color-hex-alpha": "^3.0.0",

"echint": "^4.0.1",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-config-dev": "^2.0.0",

@@ -71,3 +71,3 @@ "postcss-simple-vars": "^4.1.0",

"pre-commit": "^1.2.2",
"rollup": "^0.56.3",
"rollup": "^0.57.0",
"rollup-plugin-babel": "^3.0.3"

@@ -74,0 +74,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