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

analyze-action

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze-action

After you request action.yml data through axios, it will help you analyze the obtained string and get the action information.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Analyze Action

After you request action.yml data through axios, it will help you analyze the obtained string and get the action information.

npm

🚀 Usage

const { analyzeActionYml } = require('analyze-action');
// or
import { analyzeActionYml } from 'analyze-action';

analyzeActionYml(data);

🎁 API

analyzeActionYml

analyzeActionYml(data, countOfficial);
Input
ParamsDescTypeRequiredDefault
dataOobtained stringstring-
countOfficialWhether to count the official actionbooleantrue
Output
{
  name: 'Issues Helper',
  actions: [
    owner: 'actions-cool',
    repo: 'issues-helper',
    version: 'v2.0.0'
  ]
}

LICENSE

MIT

Keywords

FAQs

Package last updated on 29 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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