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-beta.0 to 1.6.0

4

lib/core.d.ts

@@ -33,2 +33,6 @@ /**

/**
* The path of the file for which the annotation should be created.
*/
file?: string;
/**
* The start line for the annotation.

@@ -35,0 +39,0 @@ */

@@ -32,2 +32,3 @@ "use strict";

title: annotationProperties.title,
file: annotationProperties.file,
line: annotationProperties.startLine,

@@ -34,0 +35,0 @@ endLine: annotationProperties.endLine,

2

package.json
{
"name": "@actions/core",
"version": "1.6.0-beta.0",
"version": "1.6.0",
"description": "Actions core lib",

@@ -5,0 +5,0 @@ "keywords": [

@@ -146,2 +146,7 @@ # `@actions/core`

/**
* The name of the file for which the annotation should be created.
*/
file?: string
/**
* The start line for the annotation.

@@ -148,0 +153,0 @@ */

Sorry, the diff of this file is not supported yet

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