Socket
Socket
Sign inDemoInstall

@ai-sdk/vue

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/vue - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

6

CHANGELOG.md
# @ai-sdk/vue
## 0.0.8
### Patch Changes
- 82d9c8de: fix (@ai-sdk/vue): make event in handleSubmit optional
## 0.0.7

@@ -4,0 +10,0 @@

4

dist/index.d.ts

@@ -34,3 +34,5 @@ import { Message, CreateMessage, ChatRequestOptions, JSONValue, UseChatOptions, RequestOptions, UseCompletionOptions } from '@ai-sdk/ui-utils';

/** Form submission handler to automatically reset input and append a user message */
handleSubmit: (e: any, chatRequestOptions?: ChatRequestOptions) => void;
handleSubmit: (event?: {
preventDefault?: () => void;
}, chatRequestOptions?: ChatRequestOptions) => void;
/** Whether the API request is in progress */

@@ -37,0 +39,0 @@ isLoading: Ref<boolean | undefined>;

{
"name": "@ai-sdk/vue",
"version": "0.0.7",
"version": "0.0.8",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -54,3 +54,6 @@ import type {

/** Form submission handler to automatically reset input and append a user message */
handleSubmit: (e: any, chatRequestOptions?: ChatRequestOptions) => void;
handleSubmit: (
event?: { preventDefault?: () => void },
chatRequestOptions?: ChatRequestOptions,
) => void;
/** Whether the API request is in progress */

@@ -57,0 +60,0 @@ isLoading: Ref<boolean | undefined>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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