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

jam-core-react

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jam-core-react - npm Package Compare versions

Comparing version 0.5.3 to 0.5.5

2

dist/jam-core-react/JamContext.d.ts

@@ -136,2 +136,3 @@ import React from 'react';

autoJoinOnce: () => Promise<void>;
switchCamera: () => Promise<void>;
startRecording: () => Promise<void>;

@@ -326,2 +327,3 @@ stopRecording: () => Promise<void>;

autoJoinOnce: () => Promise<void>;
switchCamera: () => Promise<void>;
startRecording: () => Promise<void>;

@@ -328,0 +330,0 @@ stopRecording: () => Promise<void>;

@@ -47,2 +47,3 @@ import { is, set, on, update, until } from 'minimal-state';

autoJoinOnce: () => Promise<void>;
switchCamera: () => Promise<void>;
startRecording: () => Promise<void>;

@@ -127,2 +128,3 @@ stopRecording: () => Promise<void>;

autoJoinOnce: () => Promise<void>;
switchCamera: () => Promise<void>;
startRecording: () => Promise<void>;

@@ -129,0 +131,0 @@ stopRecording: () => Promise<void>;

@@ -100,2 +100,3 @@ export { defaultProps, defaultState };

RETRY_CAM: any;
SWITCH_CAM: any;
RETRY_MIC: any;

@@ -102,0 +103,0 @@ RETRY_AUDIO: any;

4

package.json
{
"name": "jam-core-react",
"description": "React hooks for creating custom audio spaces like Clubhouse / Twitter Spaces, made with WebRTC",
"version": "0.5.3",
"version": "0.5.5",
"main": "dist/index.js",

@@ -23,3 +23,3 @@ "license": "(AGPL-3.0 OR Apache-2.0)",

"fast-base64": "^0.1.8",
"jam-core": "0.5.3",
"jam-core": "0.5.5",
"minimal-state": "^5.6.0",

@@ -26,0 +26,0 @@ "use-minimal-state": "^3.5.0",

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

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