Socket
Socket
Sign inDemoInstall

@ai-sdk/ui-utils

Package Overview
Dependencies
Maintainers
0
Versions
44
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.6 to 0.0.7

4

./dist/index.js

@@ -478,3 +478,3 @@ "use strict";

}) {
var _a;
var _a, _b;
const response = await fetch(api, {

@@ -503,3 +503,3 @@ method: "POST",

throw new Error(
await response.text() || "Failed to fetch the chat response."
(_b = await response.text()) != null ? _b : "Failed to fetch the chat response."
);

@@ -506,0 +506,0 @@ }

@@ -478,3 +478,3 @@ "use strict";

}) {
var _a;
var _a, _b;
const response = await fetch(api, {

@@ -503,3 +503,3 @@ method: "POST",

throw new Error(
await response.text() || "Failed to fetch the chat response."
(_b = await response.text()) != null ? _b : "Failed to fetch the chat response."
);

@@ -506,0 +506,0 @@ }

{
"name": "@ai-sdk/ui-utils",
"version": "0.0.6",
"version": "0.0.7",
"license": "Apache-2.0",

@@ -28,3 +28,3 @@ "sideEffects": false,

"dependencies": {
"@ai-sdk/provider-utils": "0.0.16",
"@ai-sdk/provider-utils": "1.0.0",
"secure-json-parse": "2.7.0"

@@ -31,0 +31,0 @@ },

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