Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.5.0
to
2.5.1
+1
-1
.github/workflows/tests.yml

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

matrix:
node-version: [12, 14, 16]
node-version: [16]

@@ -22,0 +22,0 @@ steps:

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

@@ -40,13 +40,13 @@ "main": "src/index.js",

"devDependencies": {
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.11",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.0.0",
"jest": "^28.1.0",
"postcss": "^8.4.4",
"jest": "^28.1.3",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"prettier": "^2.5.0",
"snapshot-diff": "^0.9.0",
"snapshot-diff": "^0.10.0",
"tailwindcss": "^3.0.11"

@@ -53,0 +53,0 @@ },