Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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 2 weekly downloads. As such, @ospin/nexus popularity was classified as not popular.
We found that @ospin/nexus demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.