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
0
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.8 to 0.0.9

8

dist/index.d.ts

@@ -241,3 +241,3 @@ export { generateId } from '@ai-sdk/provider-utils';

options?: RequestOptions;
data?: Record<string, string>;
data?: JSONValue;
/**

@@ -302,3 +302,3 @@ * @deprecated

*/
data?: Record<string, string>;
data?: JSONValue;
};

@@ -468,2 +468,6 @@ type UseChatOptions = {

};
/**
A JSON value can be a string, number, boolean, object, array, or null.
JSON values can be serialized and deserialized by the JSON.stringify and JSON.parse methods.
*/
type JSONValue = null | string | number | boolean | {

@@ -470,0 +474,0 @@ [value: string]: JSONValue;

{
"name": "@ai-sdk/ui-utils",
"version": "0.0.8",
"version": "0.0.9",
"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