Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-lab-function

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-lab-function - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

4

CHANGELOG.md
# Changes to PostCSS Lab Function
### 3.1.2 (April 25, 2020)
- Updated: Publish
### 3.1.1 (April 25, 2020)

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

2

dist/index.cjs.js

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

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

@@ -164,0 +164,0 @@

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

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

@@ -160,0 +160,0 @@

{
"name": "postcss-lab-function",
"version": "3.1.1",
"version": "3.1.2",
"description": "Use lab() and lch() color functions in CSS",

@@ -22,3 +22,4 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"test": "npm run lint && npm run tape",
"tape": "npx postcss-tape"
"tape": "npx postcss-tape",
"prepublishOnly": "npm test"
},

@@ -25,0 +26,0 @@ "engines": {

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