Socket
Socket
Sign inDemoInstall

postcss-color-hex-alpha

Package Overview
Dependencies
5
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.0.2

5

CHANGELOG.md
# Changes to PostCSS Color Hex Alpha
### 8.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).
### 8.0.1 (December 16, 2021)

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

9

package.json
{
"name": "postcss-color-hex-alpha",
"version": "8.0.1",
"version": "8.0.2",
"description": "Use 4 & 8 character hex color notation in CSS",

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

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

@@ -24,5 +23,2 @@ "README.md",

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

@@ -34,3 +30,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"
},

@@ -37,0 +34,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc