
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@toruslabs/secure-pub-sub
Advanced tools
This repo allow you to publish and subscribe to a single message in a topic
PromisesThis module is distributed in 3 formats
lib.esm build dist/lib.esm/index.js in es6 formatlib.cjs build dist/lib.cjs/index.js in es5 formatumd build dist/securePubSub.umd.min.js in es5 format without polyfilling corejs minifiedBy default, the appropriate format is used for your specified usecase You can use a different format (if you know what you're doing) by referencing the correct file
The cjs build is not polyfilled with core-js. It is upto the user to polyfill based on the browserlist they target
CDN's serve the non-core-js polyfilled version by default. You can use a different
jsdeliver
<script src="https://cdn.jsdelivr.net/npm/@toruslabs/secure-pub-sub"></script>
unpkg
<script src="https://unpkg.com/@toruslabs/secure-pub-sub"></script>
This is a plugin that works only on the client side. So please register it as a ssr-free plugin.
Add @toruslabs/secure-pub-sub to your project:
To allow your web app to retrieve keys:
Install the package
npm i @toruslabs/secure-pub-sub
or
yarn add @toruslabs/secure-pub-sub
@babel/runtimeFAQs
Helper methods secure publish and subscribe to a topic
The npm package @toruslabs/secure-pub-sub receives a total of 13,303 weekly downloads. As such, @toruslabs/secure-pub-sub popularity was classified as popular.
We found that @toruslabs/secure-pub-sub demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.