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.26 to 1.0.27

build/src/types/select-image-video.d.ts

6

build/src/types/index.d.ts

@@ -5,4 +5,5 @@ import { GetDeviceInfoRequest, GetDeviceInfoResponse, SetBackButtonStatusRequest, SetBackButtonStatusResponse, SetStatusBarRequest, SetStatusBarResponse, SetNavigationGoBackRequest, SetNavigationGoBackResponse } from './device-info';

import { ScanQRRequest, ScanQRResponse } from './scan-qr';
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest | SetBackButtonStatusRequest | SetStatusBarRequest | SetNavigationGoBackRequest | SetMiniAppInfoRequest | SetListWorkspaceStatusRequest | SetSettingRequest;
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse | SetBackButtonStatusResponse | SetStatusBarResponse | SetNavigationGoBackResponse | SetMiniAppInfoResponse | SetListWorkspaceStatusResponse | SetSettingResponse;
import { SelectImageVideoRequest, SelectImageVideoResponse, RecordVideoRequest, RecordVideoResponse } from './select-image-video';
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest | SetBackButtonStatusRequest | SetStatusBarRequest | SetNavigationGoBackRequest | SetMiniAppInfoRequest | SetListWorkspaceStatusRequest | SetSettingRequest | SelectImageVideoRequest | RecordVideoRequest;
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse | SetBackButtonStatusResponse | SetStatusBarResponse | SetNavigationGoBackResponse | SetMiniAppInfoResponse | SetListWorkspaceStatusResponse | SetSettingResponse | SelectImageVideoResponse | RecordVideoResponse;
export { RequestType, ResponseType } from './base-type';

@@ -13,1 +14,2 @@ export * from './device-info';

export * from './mini-app-info';
export * from './select-image-video';

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

__exportStar(require("./mini-app-info"), exports);
__exportStar(require("./select-image-video"), exports);
//# sourceMappingURL=index.js.map

@@ -22,3 +22,7 @@ declare const _default: {

};
imagevideo: {
selectImageVideo: () => Promise<string>;
recordVideo: () => Promise<string>;
};
};
export default _default;

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

const remote_1 = require("./remote");
const select_image_video_1 = require("./select-image-video");
exports.default = {

@@ -30,3 +31,7 @@ device: {

},
imagevideo: {
selectImageVideo: select_image_video_1.selectImageVideo,
recordVideo: select_image_video_1.recordVideo,
},
};
//# sourceMappingURL=index.js.map
{
"name": "@ekidpro/bridge",
"version": "1.0.26",
"version": "1.0.27",
"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