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

@actions/core

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actions/core - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

lib/markdown-summary.d.ts

4

lib/core.d.ts

@@ -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

2

package.json
{
"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

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