Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@balena/jellyfish-plugin-product-os

Package Overview
Dependencies
Maintainers
1
Versions
2043
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/jellyfish-plugin-product-os

Product OS Jellyfish Plugin

latest
Source
npmnpm
Version
8.0.1
Version published
Weekly downloads
3.1K
5382.46%
Maintainers
1
Weekly downloads
 
Created
Source

Notice: This utility has been discontinued. The contracts provided by this module have been merged into jellyfish-worker.

Jellyfish productOS Plugin

Provides a set of contracts for adding productOS functionality to Jellyfish, such as loops.

Usage

Below is an example how to use this library:

import { productOsPlugin } from '@balena/jellyfish-plugin-product-os';
import { PluginManager } from '@balena/jellyfish-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([productOsPlugin()]);
const contracts = pluginManager.getCards();
console.dir(contracts);

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-product-os

Testing

Unit tests can be easily run with the command npm test.

FAQs

Package last updated on 15 Jul 2022

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