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.2.4 to 1.2.5

LICENSE.md

9

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