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

@air/tailwind-config

Package Overview
Dependencies
Maintainers
16
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@air/tailwind-config - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

9

package.json
{
"name": "@air/tailwind-config",
"version": "3.2.0",
"version": "3.3.0",
"main": "src/index.js",

@@ -8,2 +8,5 @@ "files": [

],
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -14,4 +17,4 @@ "clean": "rm -rf .turbo && rm -rf node_modules"

"@air/colors": "*",
"postcss": "8.4.24",
"tailwindcss": "3.3.2",
"postcss": "8.4.27",
"tailwindcss": "3.3.3",
"tailwindcss-radix": "2.8.0"

@@ -18,0 +21,0 @@ },

@@ -6,8 +6,5 @@ const { colors } = require('@air/colors');

content: [
'./src/**/*.{ts,tsx}',
'./pages/**/*.{ts,tsx}',
'./components/**/*.{ts,tsx}',
'./providers/**/*.{ts,tsx}',
'../../packages/**/*.{ts,jsx,tsx}',
'../../packages/**/*.stories.{ts,jsx,tsx}',
'../../apps/**/src/**/*.{ts,tsx}',
'../../packages/**/src/*.{ts,jsx,tsx}',
'../../packages/**/src/*.stories.{ts,jsx,tsx}',
],

@@ -14,0 +11,0 @@ theme: {

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