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

web-ai-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-ai-toolkit - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/index.d.ts

5

package.json
{
"name": "web-ai-toolkit",
"version": "0.1.2",
"version": "0.1.3",
"repository": "https://github.com/jgw96/web-ai-toolkit",

@@ -30,3 +30,4 @@ "keywords": [

"typescript": "^5.5.3",
"vite": "^5.3.3"
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1"
},

@@ -33,0 +34,0 @@ "dependencies": {

2

vite.config.ts
import { defineConfig } from 'vite';
import dts from 'vite-plugin-dts';
// import basicSsl from '@vitejs/plugin-basic-ssl';

@@ -30,3 +31,4 @@

plugins: [
dts({ rollupTypes: true })
]
})
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