@actions/core
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -187,1 +187,5 @@ /** | ||
export declare function getIDToken(aud?: string): Promise<string>; | ||
/** | ||
* Markdown summary exports | ||
*/ | ||
export { markdownSummary } from './markdown-summary'; |
@@ -312,2 +312,7 @@ "use strict"; | ||
exports.getIDToken = getIDToken; | ||
/** | ||
* Markdown summary exports | ||
*/ | ||
var markdown_summary_1 = require("./markdown-summary"); | ||
Object.defineProperty(exports, "markdownSummary", { enumerable: true, get: function () { return markdown_summary_1.markdownSummary; } }); | ||
//# sourceMappingURL=core.js.map |
{ | ||
"name": "@actions/core", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Actions core lib", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
71364
21
1267
14