Socket
Socket
Sign inDemoInstall

postcss-color-hex-alpha

Package Overview
Dependencies
8
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 8.0.0

.editorconfig

8

CHANGELOG.md
# Changes to PostCSS Color Hex Alpha
### 8.0.0 (September 22, 2021)
- Updated: PostCSS Values Parser to v8 (major).
- Added missing `dist` to bundle.
- Added missing `exports` to `package.json`
- Added missing `types` to `package.json`
- Added bundling & testing as prepublish step.
### 7.0.0 (January 12, 2021)

@@ -4,0 +12,0 @@

44

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

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

"bugs": "https://github.com/postcss/postcss-color-hex-alpha/issues",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
"files": [
"dist"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {

@@ -33,20 +38,21 @@ "build": "npx rollup -c .rollup.js",

"dependencies": {
"postcss-values-parser": "^4.0.0"
"postcss-values-parser": "^6.0.0"
},
"peerDependencies": {
"postcss": "^8.1.0"
"postcss": "^8.3.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-babel": "^5.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"postcss": "^8.1.0",
"postcss-tape": "^6.0.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@rollup/plugin-babel": "^5.3.0",
"eslint": "^7.32.0",
"postcss": "^8.3.7",
"postcss-tape": "^6.0.1",
"pre-commit": "^1.2.2",
"rollup": "^2.28.2"
"rollup": "^2.57.0",
"rollup-plugin-copy": "^3.4.0"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true,

@@ -56,3 +62,7 @@ "node": true

"extends": "eslint:recommended",
"parser": "babel-eslint"
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"root": true
},

@@ -59,0 +69,0 @@ "keywords": [

@@ -75,4 +75,4 @@ # PostCSS Color Hex Alpha [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[cli-img]: https://img.shields.io/travis/postcss/postcss-color-hex-alpha.svg
[cli-url]: https://travis-ci.org/postcss/postcss-color-hex-alpha
[cli-img]: https://github.com/postcss/postcss-color-hex-alpha/workflows/test/badge.svg
[cli-url]: https://github.com/postcss/postcss-color-hex-alpha/actions/workflows/test.yml?query=workflow/test
[css-img]: https://cssdb.org/badge/hexadecimal-alpha-notation.svg

@@ -79,0 +79,0 @@ [css-url]: https://cssdb.org/#hexadecimal-alpha-notation

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