New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mos-plugin-execute

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mos-plugin-execute

Mos plugin to inline a process output

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

mos-plugin-execute

Mos plugin to inline a process output

npm version

Installation

npm install --save mos mos-plugin-execute

Usage

We can load this file via the example plugin. This mos plugin will execute the supplied command and inject it's output.

In the current README.md we have this code snippet:

<!--@execute('echo', ['works'])-->
<!--/@-->

It produces this code block:

works

API

  • execute(command, args)

License

MIT © Renan Mendes Carvalho

Keywords

mos-plugin

FAQs

Package last updated on 28 Nov 2016

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