
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@joycostudio/generic
Advanced tools
A generic library template starter for new JOYCO libs.
This is a sample package that serves as a template. If you are forking from it you NEED to update the package.json
"name" field. Also DELETE the .changeset/
folder and the CHANGELOG.md
file to start your library versioning history from the very start.
If you DON't need react as a peer dependency you NEED to delete it.
# 1. Remove both the devDependencies and peerDependencies
pnpm remove @types/react react
Then manually remove the peerDependencies section from package.json
and also check eslint.config.js
, tsconfig.json
.
This library uses Changesets to manage versions and publish releases. Here's how to use it:
When you make changes that need to be released:
pnpm changeset
This will prompt you to:
To create a new version and update the changelog:
# 1. Create new versions of packages
pnpm changeset version
# 2. Build the packages
pnpm build
# 3. Publish to npm
pnpm changeset publish
Remember to commit all changes after creating a release.
FAQs
The generic template library starter from joyco.studio
The npm package @joycostudio/generic receives a total of 5 weekly downloads. As such, @joycostudio/generic popularity was classified as not popular.
We found that @joycostudio/generic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.