You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mertasan/tailwindcss-variables

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mertasan/tailwindcss-variables - npm Package Compare versions

Comparing version
2.2.0
to
2.2.1
+1
-1
.github/workflows/publish.yml

@@ -9,3 +9,3 @@ name: npm-publish

jobs:
build:
publish:
runs-on: ubuntu-latest

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

@@ -15,3 +15,3 @@ name: tests

jobs:
build:
tests:
runs-on: ubuntu-latest

@@ -18,0 +18,0 @@ strategy:

{
"name": "@mertasan/tailwindcss-variables",
"version": "2.2.0",
"version": "2.2.1",
"description": "Easily create css variables without the need for a css file!",

@@ -18,2 +18,3 @@ "main": "src/index.js",

"test": "jest",
"test:update-snapshots": "jest -u",
"test:coverage": "jest --coverage",

@@ -20,0 +21,0 @@ "build": "env NODE_ENV=production node scripts/build.js",