reg-gh-app-interface
Advanced tools
Comparing version 0.7.5 to 1.0.0
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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3292
10
41
1
2