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

reg-gh-app-interface

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reg-gh-app-interface - npm Package Compare versions

Comparing version 0.7.5 to 1.0.0

endpoint.json

4

lib/index.d.ts
export * from "./event-types";
export declare type GhAppServerInfo = {
endpoint: string;
};
export declare function getGhAppInfo(): GhAppServerInfo;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function getGhAppInfo() {
return require("../endpoint.json").endpoint;
}
exports.getGhAppInfo = getGhAppInfo;
//# sourceMappingURL=index.js.map

12

package.json
{
"name": "reg-gh-app-interface",
"version": "0.7.5",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo T.B.D.",
"test": "echo nothing to do",
"deploy": "echo nothing to do",
"prepublish": "tsc -p src/tsconfig.build.json"

@@ -17,7 +19,9 @@ },

},
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"repository": "https://github.com/reg-viz/gh-app.git",
"license": "MIT",
"devDependencies": {
"@types/node": "8.10.0",
"typescript": "2.8.1"
}
},
"gitHead": "a7f6a216adfa7a944df4205cc783c676222ee4af"
}

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