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

postcss-color-rebeccapurple

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-rebeccapurple - npm Package Compare versions

Comparing version 9.0.3 to 10.0.0

19

CHANGELOG.md
# Changes to PostCSS RebeccaPurple
### 9.0.3
### 10.0.0
_February 19, 2024_
_August 3, 2024_
- Reuse code with `@csstools/utilities`
- Updated: Support for Node v18+ (major).
- Updated [`@csstools/utilities`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities/CHANGELOG.md#200) (major)
### 9.0.2
_December 15, 2023_
- Fix type definitions
### 9.0.1
_September 18, 2023_
- Improve performance
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md)
{
"name": "postcss-color-rebeccapurple",
"description": "Use the rebeccapurple color keyword in CSS",
"version": "9.0.3",
"version": "10.0.0",
"contributors": [

@@ -35,3 +35,3 @@ {

"engines": {
"node": "^14 || ^16 || >=18"
"node": ">=18"
},

@@ -59,3 +59,3 @@ "type": "module",

"dependencies": {
"@csstools/utilities": "^1.0.0",
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"

@@ -66,6 +66,7 @@ },

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple#readme",
"repository": {
"type": "git",
"url": "https://github.com/csstools/postcss-plugins.git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-color-rebeccapurple"

@@ -72,0 +73,0 @@ },

# PostCSS RebeccaPurple [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-color-rebeccapurple.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/rebeccapurple-color.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/rebeccapurple-color.svg" height="20">][css-url]
`npm install postcss-color-rebeccapurple --save-dev`
```bash
npm install postcss-color-rebeccapurple --save-dev
```
[PostCSS RebeccaPurple] lets you use the `rebeccapurple` color keyword in CSS.

@@ -48,12 +44,3 @@

[PostCSS RebeccaPurple] runs in all Node environments, with special
instructions for:
- [Node](INSTALL.md#node)
- [PostCSS CLI](INSTALL.md#postcss-cli)
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
- [Webpack](INSTALL.md#webpack)
- [Next.js](INSTALL.md#nextjs)
- [Gulp](INSTALL.md#gulp)
- [Grunt](INSTALL.md#grunt)

@@ -60,0 +47,0 @@ ## Options

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