New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chatwise

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatwise - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/globals.css

5

package.json
{
"name": "chatwise",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",

@@ -44,3 +44,4 @@ "main": "dist/index.umd.js",

"dev": "vite",
"build": "vite build && tailwindcss ./src/index.css --output dist/style.css",
"build": "tsc && vite build && yarn build-tailwind",
"build-tailwind": "NODE_ENV=production npx tailwindcss -i ./src/index.css -o ./dist/globals.css --postcss --minify",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

@@ -47,0 +48,0 @@ "preview": "vite preview"

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