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

postcss-opacity-percentage

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-opacity-percentage - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

20

package.json
{
"name": "postcss-opacity-percentage",
"version": "2.0.0",
"version": "3.0.0",
"description": "PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.",

@@ -29,3 +29,3 @@ "keywords": [

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

@@ -38,17 +38,17 @@ "main": "index.js",

"format": "xo --fix",
"test": "xo && c8 ava",
"test": "xo && c8 node --test",
"coverage": "c8 report --reporter=lcov",
"prepare": "husky",
"publish": "clean-publish"
},
"peerDependencies": {
"postcss": "^8.2"
"postcss": "^8.4"
},
"devDependencies": {
"ava": "^5.1.1",
"c8": "^7.10.0",
"clean-publish": "^4.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"husky": "^9.0.7",
"lint-staged": "^15.0.2",
"postcss": "^8.4.5",
"xo": "^0.53.1"
"xo": "^0.54.0"
},

@@ -55,0 +55,0 @@ "lint-staged": {

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