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 1.1.1 to 1.1.2

23

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

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

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

@@ -36,5 +36,20 @@ "main": "index.js",

],
"peerDependencies": {
"postcss": ">=8"
"scripts": {
"format": "xo --fix",
"test": "xo && c8 ava",
"coverage": "c8 report --reporter=lcov",
"publish": "clean-publish"
},
"devDependencies": {
"ava": "^4.0.1",
"c8": "^7.10.0",
"clean-publish": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"postcss": "^8.4.5",
"xo": "^0.47.0"
},
"lint-staged": {
"*.js": "xo --fix"
},
"xo": {

@@ -41,0 +56,0 @@ "rules": {

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