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.1.0-beta.2 to 0.1.0-beta.3

2

package.json
{
"name": "otter-bridge",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Otter game web jsbridge",

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

@@ -47,12 +47,7 @@ import URI from "urijs";

if (!this.valid) {
try {
if (navigator.userAgent?.indexOf("OtterGamePlatform") < 0) {
console.error("Not in Otter Game Platform App");
return false;
}
const envRes = await this._waitForEnvReady();
console.log("bridgeInit", envRes);
} catch (e) {
throw e;
if (navigator.userAgent?.indexOf("OtterGamePlatform") < 0) {
throw "Not in Otter Game Platform App";
}
const envRes = await this._waitForEnvReady();
console.log("bridgeInit", envRes);
}

@@ -116,3 +111,3 @@ return await (window as any).flutter_inappwebview.callHandler(

window.addEventListener("error", (e) => {
const { message, filename , lineno, colno, error } = e;
const { message, filename, lineno, colno, error } = e;
const stack = error?.stack;

@@ -119,0 +114,0 @@ const errorInfo = {

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