![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@ns8/switchboard-interfaces
Advanced tools
Contains all switchboard interfaces
There are multiple interfaces exposed that support the SwitchBoard project object.
all of which can be imported be imported by:
import { SwitchBoard, ExecutionContext, EventContext, ScoringContext } from "@ns8/switchboard-interfaces"
All NS8 Official schemas are published to https://schemas.ns8.com/ if any changes or additions need to be made they should be made at github @ns8inc/ns8-schemas
Schemas are used by during the handoff between Fastify, Kafka and Zeebe to validate context objects before they are handed off to the switches. The interfaces are used by switch designers to ensure that their methods have the correct signatures.
const exeContextSchema = require("@ns8/switchboard-interfaces/executionContext.json");
yarn
Running yarn build:dev
will automatically build and link a local working copy of the interfaces. You can
then use them in another project by running yarn link @ns8/switchboard-interfaces
from the root of the other project.
FAQs
Contains NS8 Switchboard Interfaces
The npm package @ns8/switchboard-interfaces receives a total of 1 weekly downloads. As such, @ns8/switchboard-interfaces popularity was classified as not popular.
We found that @ns8/switchboard-interfaces demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 66 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.