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

tailwind-config-viewer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-config-viewer - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

dist/js/app.09a1a42d.js

2

package.json
{
"name": "tailwind-config-viewer",
"version": "1.7.0",
"version": "1.7.1",
"description": "View your Tailwind CSS config file...visually!",

@@ -5,0 +5,0 @@ "author": {

@@ -11,7 +11,9 @@ const Koa = require('koa')

tailwindConfigProvider,
shouldOpen
shouldOpen,
routerPrefix = ''
}) {
const app = new Koa()
const router = new Router()
const router = new Router({ prefix: routerPrefix })
router.get('/config.json', (ctx) => {

@@ -18,0 +20,0 @@ ctx.body = resolveConfig(tailwindConfigProvider())

Sorry, the diff of this file is not supported yet

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