
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@openstax/highlighter
Advanced tools
Functionality for OpenStax note taking features including: - serializing highlights - deserializing highlights - versioned serialization strategies - extracting highlighted content - loading wrappers for styling highligted content - managing focus/scrolli
Functionality for OpenStax note taking features including:
install nvm
# use the right version of node
nvm install
# install yarn, skip if you have it already
npm install -g yarn
# install dependencies
yarn
run these in separate terminals as you develop
# typescript type checking
yarn watch:ts
# unit tests
yarn watch:test
do yarn link
# watch for code changes and re-compile:
yarn watch
# do build
yarn build:clean
# push to npm (this updates package.json and makes a git tag)
yarn publish [--minor|--major|--patch]
# push to github
git push origin v$(yarn -s current)
# PR the version bump back into master (skip this for weirdo beta or release candidate tags)
open https://github.com/openstax/highlighter/compare/master...v$(yarn -s current)?expand=1
# builds the library for the examples to use
docker-compose run build
# runs the test server on port 8080
docker-compose up serve
yarn build:clean && yarn deploy:examples
FAQs
Functionality for OpenStax note taking features including: - serializing highlights - deserializing highlights - versioned serialization strategies - extracting highlighted content - loading wrappers for styling highligted content - managing focus/scrolli
The npm package @openstax/highlighter receives a total of 3 weekly downloads. As such, @openstax/highlighter popularity was classified as not popular.
We found that @openstax/highlighter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.