Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@signalwire/js

Package Overview
Dependencies
Maintainers
1
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalwire/js - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

dist/esm/common/src/webrtc/CantinaAuth.d.ts

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## [1.2.7] - 2020-02-21
### Fixed
- Remove default values for `googleMaxBitrate`, `googleMinBitrate` and `googleStartBitrate`.
## [1.2.6] - 2020-02-06

@@ -8,0 +12,0 @@ ### Added

3

dist/esm/common/src/webrtc/constants.js

@@ -50,5 +50,2 @@ export var PeerType;

userVariables: {},
googleMaxBitrate: 2048,
googleMinBitrate: 0,
googleStartBitrate: 1024,
};

@@ -55,0 +52,0 @@ export var State;

@@ -74,1 +74,15 @@ export interface CallOptions {

}
export interface ICantinaAuthParams {
hostname?: string;
}
export interface ICantinaUser {
first_name: string;
last_name: string;
email: string;
phone: string;
avatar: string;
project: string;
jwt_token: string;
scopes: string[];
config?: object;
}
import Relay from './src/SignalWire';
import Verto from './src/Verto';
export declare const VERSION = "1.2.6";
export { Relay, Verto };
import CantinaAuth from '../common/src/webrtc/CantinaAuth';
export declare const VERSION = "1.2.7";
export { Relay, Verto, CantinaAuth };
export * from '../common/src/util/interfaces';
import Relay from './src/SignalWire';
import Verto from './src/Verto';
import { setAgentName } from '../common/src/messages/blade/Connect';
export const VERSION = '1.2.6';
import CantinaAuth from '../common/src/webrtc/CantinaAuth';
export const VERSION = '1.2.7';
setAgentName(`JavaScript SDK/${VERSION}`);
export { Relay, Verto };
export { Relay, Verto, CantinaAuth };
{
"name": "@signalwire/js",
"version": "1.2.6",
"version": "1.2.7",
"description": "Relay SDK for JavaScript to connect to SignalWire.",

@@ -5,0 +5,0 @@ "author": "SignalWire Team <open.source@signalwire.com>",

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