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

@ai-sdk/ui-utils

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/ui-utils - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

7

dist/index.d.ts

@@ -334,2 +334,9 @@ export { generateId } from '@ai-sdk/provider-utils';

/**
Keeps the last message when an error happens. This will be the default behavior
starting with the next major release.
The flag was introduced for backwards compatibility and currently defaults to `false`.
Please enable it and update your error handling/resubmit behavior.
*/
keepLastMessageOnError?: boolean;
/**
* The API endpoint that accepts a `{ messages: Message[] }` object and returns

@@ -336,0 +343,0 @@ * a stream of tokens of the AI chat response. Defaults to `/api/chat`.

2

package.json
{
"name": "@ai-sdk/ui-utils",
"version": "0.0.12",
"version": "0.0.13",
"license": "Apache-2.0",

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

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