
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@overmindtech/sdp-js
Advanced tools
JavaScript libraries for the SDP protocol.
Please make any changes in a feature branch and add a pull request. All changes should have relevant tests and documentation.
Tests can be run with pnpm run test or the VSCode Test task.
Code formatting/style can be validated using:
pnpm codequality:check
And fixed using:
pnpm codequality:fix
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"
}
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
Javascript and Typescript libraries for the State Description Protocol
The npm package @overmindtech/sdp-js receives a total of 28 weekly downloads. As such, @overmindtech/sdp-js popularity was classified as not popular.
We found that @overmindtech/sdp-js demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.