
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
occasion-sdk
Advanced tools
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
The Occasion Javascript SDK enables you to sell bookings simply and securely through your web application, providing services to help you make use of many of the resources of Occasion. Such resources include merchants, products, venues, customers, orders, coupons, gift cards, payment methods, and calendars.
yarn add occasion-sdk
You can also use the CDN address https://unpkg.com/occasion-sdk to add it to your AMD loader or into your page:
<script type='text/javascript' src='https://unpkg.com/occasion-sdk'></script>
Once you’ve added occasion-sdk to your application, initialize it with your public API token,
which can be found in your account settings on Occasion.
let OccasionClient = new Occasion.Client('[API_TOKEN]');
FAQs
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
We found that occasion-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.