@actions/core
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "@actions/core", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Actions core lib", | ||
@@ -10,3 +10,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core", | ||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core", | ||
"license": "MIT", | ||
@@ -20,3 +20,4 @@ "main": "lib/core.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!.DS_Store" | ||
], | ||
@@ -32,3 +33,3 @@ "publishConfig": { | ||
"scripts": { | ||
"audit-moderate": "npm install && npm audit --audit-level=moderate", | ||
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
@@ -35,0 +36,0 @@ "tsc": "tsc" |
@@ -92,2 +92,3 @@ # `@actions/core` | ||
// Do stuff | ||
core.info('Output to the actions build log') | ||
} | ||
@@ -147,2 +148,2 @@ catch (err) { | ||
process.kill(pid); | ||
``` | ||
``` |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25194
9
148
0