Socket
Socket
Sign inDemoInstall

postcss-color-functional-notation

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-functional-notation - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md
# Changes to PostCSS Color Functional Notation
### 3.0.1 (April 25, 2020)
- Updated: Using `walkType` to evade walker bug in `postcss-values-parser`
### 3.0.0 (April 25, 2020)

@@ -4,0 +8,0 @@

2

dist/index.cjs.js

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

const valueAST = postcssValuesParser.parse(originalValue);
valueAST.walkFuncs(onCSSFunction);
valueAST.walkType('func', onCSSFunction);
const modifiedValue = String(valueAST);

@@ -189,0 +189,0 @@

@@ -182,3 +182,3 @@ import postcss from 'postcss';

const valueAST = parse(originalValue);
valueAST.walkFuncs(onCSSFunction);
valueAST.walkType('func', onCSSFunction);
const modifiedValue = String(valueAST);

@@ -185,0 +185,0 @@

{
"name": "postcss-color-functional-notation",
"version": "3.0.0",
"version": "3.0.1",
"description": "Use space and slash separated color notation in CSS",

@@ -5,0 +5,0 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

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