
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
@balena/jellyfish-assert
Advanced tools
This library contains assert-related utilities for use in Jellyfish.
The Jellyfish system distinguishes between two types of errors:
This module provides a handy set of functions to write concise assertions for
both types of errors, and remove the amount of error handling if
conditionals
throughout the code
Below is an example how to use this library:
import * as assert from '@balena/jellyfish-assert';
assert.INTERNAL(context, version, errors.InvalidVersion, 'Custom error details');
assert.USER(context, input, errors.WorkerNoElement, 'Custom error details');
1.11.8 - 2023-08-27
FAQs
Assert library for Jellyfish
The npm package @balena/jellyfish-assert receives a total of 51 weekly downloads. As such, @balena/jellyfish-assert popularity was classified as not popular.
We found that @balena/jellyfish-assert demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.