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

@magicul/react-chat-stream

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicul/react-chat-stream - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/hooks/useChatStream.d.ts

@@ -14,3 +14,3 @@ import { ChangeEvent, Dispatch, FormEvent, SetStateAction } from 'react';

handleInputChange: (event: ChangeEvent<HTMLInputElement>) => void;
handleSubmit: (event?: FormEvent<HTMLFormElement>) => void;
handleSubmit: (event?: FormEvent<HTMLFormElement>, newMessage?: string) => void;
isLoading: boolean;

@@ -17,0 +17,0 @@ };

{
"name": "@magicul/react-chat-stream",
"description": "A React hook that lets you easily integrate your custom ChatGPT-like chat in React.",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -21,3 +21,3 @@ import { ChangeEvent, Dispatch, FormEvent, SetStateAction, useState } from 'react';

handleInputChange: (event: ChangeEvent<HTMLInputElement>) => void;
handleSubmit: (event?: FormEvent<HTMLFormElement>) => void;
handleSubmit: (event?: FormEvent<HTMLFormElement>, newMessage?: string) => void;
isLoading: boolean;

@@ -24,0 +24,0 @@ }

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