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.0 to 1.0.1

README.md

3

build/src/index.d.ts
export * from './web';
export * as DataTypes from './types';
export { Request, Response, RequestType, ResponseType } from './types';
export * from './types';

@@ -14,3 +14,3 @@ "use strict";

__exportStar(require("./web"), exports);
exports.DataTypes = require("./types");
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
declare const _default: {
device: {
getDeviceInfo: () => Promise<import("../../types").DeviceInfo>;
getDeviceInfo: () => Promise<import("../..").DeviceInfo>;
};
};
export default _default;
{
"name": "@ekidpro/bridge",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bridge between ekidpro app with website",

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

"pretest": "npm run compile",
"posttest": "npm run check"
"posttest": "npm run check",
"watch": "tsc -w"
},

@@ -41,2 +42,2 @@ "devDependencies": {

}
}
}

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