
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@joycostudio/marquee
Advanced tools
pnpm add @joycostudio/marquee
This template comes with two GitHub Actions workflows (currently disabled for convenience):
Release Workflow (.github/workflows/release.yml.disabled
): Automates the release process using Changesets. When enabled, it will automatically create release pull requests and publish to npm when changes are pushed to the main branch.
Publish Any Commit (.github/workflows/publish-any-commit.yml.disabled
): A utility workflow that can build and publish packages for any commit or pull request.
To enable these workflows, simply remove the .disabled
extension from the workflow files in the .github/workflows/
directory. We recommend enabling them to automate your package's release process.
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 version:package
# 2. Release (builds and publishes to npm)
pnpm release
Remember to commit all changes after creating a release.
0.0.3
FAQs
Just a marquee
The npm package @joycostudio/marquee receives a total of 53 weekly downloads. As such, @joycostudio/marquee popularity was classified as not popular.
We found that @joycostudio/marquee demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.