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

assistant-chat-scroll

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assistant-chat-scroll - npm Package Compare versions

Comparing version 0.0.1-alpha.13 to 1.0.0-alpha.1

dist/cjs/assets/AssistantChatScroll.css

12

package.json
{
"name": "assistant-chat-scroll",
"version": "0.0.1-alpha.13",
"type": "module",
"main": "dist/main.js",
"version": "1.0.0-alpha.1",
"main": "dist/cjs/main.js",
"module": "dist/esm/main.js",
"types": "dist/main.d.ts",

@@ -12,4 +12,6 @@ "files": [

"start": "(trap 'kill 0' SIGINT; npm run-script dev & npm run-script watch & wait)",
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"dev": "vite -c vite.config.esm.ts",
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc --p ./tsconfig.esm.json && vite build -c vite.config.esm.ts",
"build:cjs": "tsc --p ./tsconfig.cjs.json && vite build -c vite.config.cjs.ts",
"watch": "npm run-script build -- --watch",

@@ -16,0 +18,0 @@ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

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