
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@ospin/nexus
Advanced tools
Documentation can be found here.
The @ospin/nexus is a JavaScript SDK to communicate to Ospin's HTTP API. It is build on top of @aws-amplify. To use it, the user has to be registered at OSPIN.
const nexus = require('@ospin/nexus')
nexus.configure() // set up the SDK for default usage
With the nexus configured, a user can authenticate as their OSPIN AWS Cognito user:
const username = 'Nero'
const password = 'BurnRome'
nexus.auth.signIn(username, password) // may require 2FA
// loading a process
const processId = "a3339d89-345b-4baf-9859-46a4542a505a"
const {
status: 200,
data: process,
} = await nexus.process.get(processId)
This repo employs the github action semantic-release, which, on approved PRs to main, sniffs the PR title/commit message to automatically bump the semantic versioning and publish the package to NPM.
All PRs to the main branch should indicate the semantic version change via the following options:
Available types:
Add BREAKING CHANGE into the commit message body (!) to indicate a major version release.
FAQs
OSPIN client sdk for calls to rest-like, JSON serving, HTTP API
The npm package @ospin/nexus receives a total of 0 weekly downloads. As such, @ospin/nexus popularity was classified as not popular.
We found that @ospin/nexus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.