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

otter-bridge

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otter-bridge - npm Package Compare versions

Comparing version 0.0.3-alpha.11 to 0.0.3-alpha.12

2

dist/index.d.ts

@@ -27,3 +27,3 @@ declare enum GameType {

constructor(gameType?: GameType, gameName?: string);
private _setSid;
init(): Promise<void>;
env(): Promise<envResult>;

@@ -30,0 +30,0 @@ reportFirebase(params: IFirebaseLogParams): Promise<any>;

@@ -94,5 +94,4 @@ "use strict";

console.warn(this._gameType);
this._setSid();
}
_setSid() {
init() {
return __async(this, null, function* () {

@@ -99,0 +98,0 @@ try {

{
"name": "otter-bridge",
"version": "0.0.3-alpha.11",
"version": "0.0.3-alpha.12",
"description": "Otter game web jsbridge",

@@ -5,0 +5,0 @@ "files": [

@@ -58,6 +58,5 @@ import URI from "urijs";

console.warn(this._gameType);
this._setSid();
}
private async _setSid() {
async init() {
try {

@@ -64,0 +63,0 @@ const sidRes = await OtterBridge.instance.callHandler(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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