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.3 to 1.0.4

build/src/types/scan-qr.d.ts

6

build/src/types/index.d.ts
import { GetDeviceInfoRequest, GetDeviceInfoResponse } from './device-info';
import { GetUserInfoRequest, GetUserInfoResponse } from './user-info';
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest;
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse;
import { ScanQRRequest, ScanQRResponse } from './scan-qr';
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest;
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse;
export { RequestType, ResponseType } from './base-type';
export * from './device-info';
export * from './user-info';
export * from './scan-qr';

@@ -15,2 +15,3 @@ "use strict";

__exportStar(require("./user-info"), exports);
__exportStar(require("./scan-qr"), exports);
//# sourceMappingURL=index.js.map
declare const _default: {
device: {
getDeviceInfo: () => Promise<import("../..").DeviceInfo>;
scanQr: () => Promise<string>;
};

@@ -5,0 +6,0 @@ userinfo: {

@@ -5,5 +5,7 @@ "use strict";

const user_info_1 = require("./user-info");
const scan_qr_1 = require("./scan-qr");
exports.default = {
device: {
getDeviceInfo: device_info_1.getDeviceInfo,
scanQr: scan_qr_1.scanQr,
},

@@ -10,0 +12,0 @@ userinfo: {

@@ -13,2 +13,3 @@ "use strict";

this.obseve = (input) => {
console.log(49, input);
const tmp = input;

@@ -15,0 +16,0 @@ const { detail } = tmp;

{
"name": "@ekidpro/bridge",
"version": "1.0.3",
"version": "1.0.4",
"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

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