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

@ekidpro/bridge

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ekidpro/bridge - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

1

build/src/web/index.d.ts

@@ -18,2 +18,3 @@ import { Listener } from './listener';

deeplink?: string;
isMobile?: boolean;
};

@@ -20,0 +21,0 @@ webkitRTCPeerConnection: any;

4

build/src/web/qrcode/qrcode.js

@@ -46,3 +46,5 @@ "use strict";

react_1.useEffect(() => {
if (localIp === '') {
if (localIp === '' ||
typeof window.ekp.isMobile === 'undefined' ||
!window.ekp.isMobile) {
return () => { };

@@ -49,0 +51,0 @@ }

{
"name": "@ekidpro/bridge",
"version": "1.0.9",
"version": "1.0.10",
"description": "Bridge between ekidpro app with website",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/ekidpro-vn/bridge",

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