Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stylexswc/postcss-plugin

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylexswc/postcss-plugin - npm Package Compare versions

Comparing version
0.16.2
to
0.16.3-rc.1
+4
-4
package.json
{
"name": "@stylexswc/postcss-plugin",
"description": "StyleX PostCSS plugin with NAPI-RS compiler",
"version": "0.16.2",
"version": "0.16.3-rc.1",
"private": false,

@@ -22,3 +22,3 @@ "license": "MIT",

"@stylexjs/babel-plugin": "^0.18.3",
"@stylexswc/rs-compiler": "0.16.2",
"@stylexswc/rs-compiler": "0.16.3-rc.1",
"fast-glob": "^3.3.3",

@@ -30,4 +30,4 @@ "glob-parent": "^6.0.2",

"devDependencies": {
"@stylexswc/eslint-config": "0.16.2",
"@stylexswc/typescript-config": "0.16.2",
"@stylexswc/eslint-config": "0.16.3-rc.1",
"@stylexswc/typescript-config": "0.16.3-rc.1",
"@types/babel__core": "^7.20.5",

@@ -34,0 +34,0 @@ "@types/glob-parent": "^5.1.3",

@@ -26,3 +26,3 @@ # PostCSS plugin with NAPI-RS StyleX compiler integration

plugins: {
'@stylexjs/postcss-plugin': {
'@stylexswc/postcss-plugin': {
include: ['src/**/*.{js,jsx,ts,tsx}'],

@@ -94,3 +94,3 @@ },

/**
* The @stylex directive is used by the @stylexjs/postcss-plugin.
* The @stylex directive is used by the @stylexswc/postcss-plugin.
* It is automatically replaced with generated CSS during builds.

@@ -97,0 +97,0 @@ */