New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@overmindtech/sdp-js

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@overmindtech/sdp-js

Javascript and Typescript libraries for the State Description Protocol

latest
npmnpm
Version
14.0.0
Version published
Weekly downloads
28
Maintainers
3
Weekly downloads
 
Created
Source

sdp.js

JavaScript libraries for the SDP protocol.

Developing

Please make any changes in a feature branch and add a pull request. All changes should have relevant tests and documentation.

Testing

Tests can be run with pnpm run test or the VSCode Test task.

Style

Code formatting/style can be validated using:

pnpm codequality:check

And fixed using:

pnpm codequality:fix

Local Development

To use a local version of this package in the frontend. You can build the package and then linking it:

pnpm build

Then in the frontend edit the package.json to point to the local package:

"dependencies": {
  "@overmindtech/sdp": "file:../sdp-js/dist"
}

Releasing

The package is automatically released each time a tag is created, so to release just create a tag such as sdp-js/v1.23.6 and push that tag. This automatically triggers NPM publish etc.

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

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.

Install

Related posts