
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@balena/jellyfish-plugin-product-os
Advanced tools
Notice: This utility has been discontinued. The contracts provided by this module have been merged into jellyfish-worker
.
Provides a set of contracts for adding productOS functionality to Jellyfish, such as loops.
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);
Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-product-os
Unit tests can be easily run with the command npm test
.
8.0.1 - 2022-07-15
FAQs
Product OS Jellyfish Plugin
The npm package @balena/jellyfish-plugin-product-os receives a total of 3,123 weekly downloads. As such, @balena/jellyfish-plugin-product-os popularity was classified as popular.
We found that @balena/jellyfish-plugin-product-os demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.