Socket
Socket
Sign inDemoInstall

postcss-color-mod-function

Package Overview
Dependencies
14
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

index.cjs.js

4

CHANGELOG.md
# Changes to PostCSS color-mod() Function
### 2.4.3 (July 21, 2018)
- Fixed issue with color-mod not being converted within function
### 2.4.2 (February 27, 2018)

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

26

package.json
{
"name": "postcss-color-mod-function",
"version": "2.4.2",
"version": "2.4.3",
"description": "Modify colors using the color-mod() function in CSS",

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

"bugs": "https://github.com/jonathantneal/postcss-color-mod-function/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"

@@ -31,16 +31,16 @@ ],

"@csstools/convert-colors": "^1.4.0",
"postcss": "^6.0.19",
"postcss-values-parser": "^1.3.2"
"postcss": "^6.0.23",
"postcss-values-parser": "^1.5.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-env": "^1.7.0",
"echint": "^4.0.1",
"eslint": "^4.18.1",
"eslint": "^5.2.0",
"eslint-config-dev": "^2.0.0",
"postcss-tape": "^2.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.56.3",
"rollup-plugin-babel": "^3.0.3"
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7"
},

@@ -47,0 +47,0 @@ "eslintConfig": {

# PostCSS color-mod() Function [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]
[![NPM Version][npm-img]][npm-url]
[![Linux Build Status][cli-img]][cli-url]
[![CSS Standard Status][css-img]][css-url]
[![Build Status][cli-img]][cli-url]
[![Windows Build Status][win-img]][win-url]
[![Gitter Chat][git-img]][git-url]
[![Support Chat][git-img]][git-url]

@@ -199,10 +200,12 @@ [PostCSS color-mod() Function] lets you modify colors using the `color-mod()`

[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-color-mod-function.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-color-mod-function
[css-img]: https://cssdb.org/badge/color-mod-function.svg
[css-url]: https://preset-env.cssdb.org/features#color-mod-function
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[git-url]: https://gitter.im/postcss/postcss
[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg
[npm-url]: https://www.npmjs.com/package/postcss-color-mod-function
[npm-img]: https://img.shields.io/npm/v/postcss-color-mod-function.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-color-mod-function
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-color-mod-function.svg
[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-color-mod-function.svg
[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-color-mod-function
[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-color-mod-function.svg
[git-url]: https://gitter.im/postcss/postcss
[git-img]: https://img.shields.io/badge/chat-gitter-blue.svg

@@ -209,0 +212,0 @@ [CSS Color Module Level 4]: https://www.w3.org/TR/css-color-4/#funcdef-color-mod

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