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

postcss-color-rebeccapurple

Package Overview
Dependencies
Maintainers
4
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 7.0.1 to 7.0.2

5

CHANGELOG.md
# Changes to PostCSS RebeccaPurple
### 7.0.2 (January 2, 2022)
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 7.0.1 (December 16, 2021)

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

9

package.json
{
"name": "postcss-color-rebeccapurple",
"version": "7.0.1",
"version": "7.0.2",
"description": "Use the rebeccapurple color keyword in CSS",

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

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -22,5 +21,2 @@ "README.md",

],
"bin": {
"postcss-color-rebeccapurple": "dist/cli.mjs"
},
"scripts": {

@@ -32,3 +28,4 @@ "build": "rollup -c ../../rollup/default.js",

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci"
"test": "postcss-tape --ci && npm run test:exports",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

@@ -35,0 +32,0 @@ "engines": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc