Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
7
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.6 to 8.0.7

5

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 8.0.7 (October 2, 2018)
- Fixed: Issue with parsing custom properties that are not strings
- Updated: `postcss` to 7.0.5 (patch)
### 8.0.6 (September 21, 2018)

@@ -4,0 +9,0 @@

2

index.cjs.js

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

for (const key in customProperties) {
customProperties[key] = valueParser(customProperties[key]).parse().nodes;
customProperties[key] = valueParser(String(customProperties[key])).parse().nodes;
}

@@ -170,0 +170,0 @@

{
"name": "postcss-custom-properties",
"version": "8.0.6",
"version": "8.0.7",
"description": "Use Custom Properties Queries in CSS",

@@ -32,11 +32,11 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"dependencies": {
"postcss": "^7.0.3",
"postcss": "^7.0.5",
"postcss-values-parser": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-eslint": "^10.0.0",
"eslint": "^5.6.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-dev": "^2.0.0",

@@ -43,0 +43,0 @@ "postcss-tape": "^2.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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