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

@geckos.io/common

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geckos.io/common - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

lib/typings.d.ts

@@ -20,2 +20,9 @@ declare const ArrayBufferView: any;

}
export interface ClientOptions {
iceServers?: RTCIceServer[];
iceTransportPolicy?: RTCIceTransportPolicy;
url?: string;
port?: number;
label?: string;
}
export interface EventCallbackClient {

@@ -22,0 +29,0 @@ (data: Data): void;

2

package.json
{
"name": "@geckos.io/common",
"version": "1.0.1",
"version": "1.0.2",
"description": "The common module for @geckos.io/server and @geckos.io/client.",

@@ -5,0 +5,0 @@ "main": "lib",

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