Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
10
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 6.3.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 6.3.1 - 2018-02-16
- Reverted: `preserve` and `warnings` option to be added in major release
# 6.3.0 - 2018-02-15

@@ -2,0 +6,0 @@

4

dist/index.js

@@ -170,3 +170,3 @@ "use strict";

var appendVariables = "appendVariables" in options ? Boolean(options.appendVariables) : false;
var preserve = "preserve" in options ? options.preserve : true;
var preserve = "preserve" in options ? options.preserve : false;
var map = {};

@@ -176,3 +176,3 @@ var importantMap = {};

globalOpts = {
warnings: "warnings" in options ? Boolean(options.warnings) : false,
warnings: "warnings" in options ? Boolean(options.warnings) : true,
noValueNotifications: "noValueNotifications" in options ? String(options.noValueNotifications) : "warning"

@@ -179,0 +179,0 @@

{
"name": "postcss-custom-properties",
"version": "6.3.0",
"version": "6.3.1",
"description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc