Socket
Socket
Sign inDemoInstall

@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.10.0 to 1.10.1

4

lib/core.d.ts

@@ -24,3 +24,3 @@ /**

/**
* Optional properties that can be sent with annotatation commands (notice, error, and warning)
* Optional properties that can be sent with annotation commands (notice, error, and warning)
* See: https://docs.github.com/en/rest/reference/checks#create-a-check-run for more information about annotations.

@@ -50,3 +50,3 @@ */

/**
* The start column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
* The end column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
* Defaults to `startColumn` when `startColumn` is provided.

@@ -53,0 +53,0 @@ */

@@ -47,3 +47,3 @@ "use strict";

Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});

@@ -50,0 +50,0 @@ const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;

{
"name": "@actions/core",
"version": "1.10.0",
"version": "1.10.1",
"description": "Actions core lib",

@@ -33,3 +33,3 @@ "keywords": [

"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
"tsc": "tsc -p tsconfig.json"
},

@@ -47,2 +47,2 @@ "bugs": {

}
}
}

@@ -124,3 +124,3 @@ # `@actions/core`

```js
core.error('This is a bad error. This will also fail the build.')
core.error('This is a bad error, action may still succeed though.')

@@ -167,3 +167,3 @@ core.warning('Something went wrong, but it\'s not bad enough to fail the build.')

/**
* The start column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
* The end column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
* Defaults to `startColumn` when `startColumn` is provided.

@@ -170,0 +170,0 @@ */

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