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

@scoopika/react

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scoopika/react - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

index.js

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

function useVoiceChatState(client, agent, state_options) {
const [chatState] = (0, import_react2.useState)(useChatState(client, agent, state_options));
const chatState = useChatState(client, agent, state_options);
const [agentVoicePlayer, setAgentVoicePlayer] = (0, import_react2.useState)(null);

@@ -236,0 +236,0 @@ const [voiceRecorder, setVoiceRecorder] = (0, import_react2.useState)(null);

{
"name": "@scoopika/react",
"version": "1.0.7",
"version": "1.0.8",
"description": "Build interactive AI-powered React applications around AI agents",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is too big to display

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