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.2 to 1.0.3

build/src/web/command/user-info.d.ts

3

build/src/web/command/index.d.ts

@@ -5,3 +5,6 @@ declare const _default: {

};
userinfo: {
getUserInfo: () => Promise<import("../..").UserInfo>;
};
};
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const device_info_1 = require("./device-info");
const user_info_1 = require("./user-info");
exports.default = {

@@ -8,3 +9,6 @@ device: {

},
userinfo: {
getUserInfo: user_info_1.getUserInfo,
},
};
//# sourceMappingURL=index.js.map

@@ -10,2 +10,4 @@ import { Listener } from './listener';

};
webkitRTCPeerConnection: any;
mozRTCPeerConnection: any;
}

@@ -16,1 +18,3 @@ }

export { default as command } from './command';
export { QrGenerator } from './qrcode';
export { Link } from './link';

@@ -9,2 +9,6 @@ "use strict";

Object.defineProperty(exports, "command", { enumerable: true, get: function () { return command_1.default; } });
var qrcode_1 = require("./qrcode");
Object.defineProperty(exports, "QrGenerator", { enumerable: true, get: function () { return qrcode_1.QrGenerator; } });
var link_1 = require("./link");
Object.defineProperty(exports, "Link", { enumerable: true, get: function () { return link_1.Link; } });
//# sourceMappingURL=index.js.map
{
"name": "@ekidpro/bridge",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bridge between ekidpro app with website",

@@ -33,3 +33,8 @@ "homepage": "https://github.com/ekidpro-vn/bridge",

"devDependencies": {
"@types/history": "^4.7.6",
"@types/node": "^13.11.1",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^16.9.36",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/uuid": "^8.0.0",

@@ -39,5 +44,10 @@ "gts": "^2.0.2",

},
"peerDependencies": {
"react": "^16.13.1",
"react-router-dom": "^5.2.0"
},
"dependencies": {
"qrcode.react": "^1.0.0",
"uuid": "^8.1.0"
}
}

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