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

postcss-cva

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cva - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

package.json
{
"name": "postcss-cva",
"description": "generate cva functions by css comment",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [

@@ -60,3 +60,3 @@ "cva",

"postcss-selector-parser": "^6.0.15",
"@icestack/shared": "^1.3.3"
"@icestack/shared": "^1.3.4"
},

@@ -83,4 +83,5 @@ "author": "SonOfMagic <qq1324318532@gmail.com>",

"release": "pnpm publish",
"sync": "cnpm sync postcss-cva"
"sync": "cnpm sync postcss-cva",
"md": "node scripts/md.js"
}
}

@@ -52,2 +52,4 @@ # postcss-cva

> This plugin has been integrated internally in `icestack`, no need to install and register.
### Install

@@ -81,4 +83,2 @@

<!-- > Note ⚠ ️: If you use `scss`, you can use the `//` below for comment, otherwise please use `/* */` -->
```css

@@ -85,0 +85,0 @@ /* @meta path="button" */

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