
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@dedot/smoldot
Advanced tools
A lightweight wrapper around the smoldot library, providing convenient utilities for using smoldot with Web Workers in browser environments.
import { DedotClient, SmoldotProvider } from 'dedot';
import { startWithWorker } from 'dedot/smoldot/with-worker';
import SmoldotWorker from 'dedot/smoldot/worker?worker';
// Initialize smoldot with a worker
const smoldot = startWithWorker(new SmoldotWorker());
// Install `@substrate/connect-known-chains` package to get known-chain specs
const { chainSpec } = await import('@substrate/connect-known-chains/polkadot');
// Add a chain
const chain = smoldot.addChain({ chainSpec });
// Create a provider using the smoldot chain
const provider = new SmoldotProvider(chain);
// Initialize DedotClient with the provider
const client = await DedotClient.new(provider);
// Now you can use the client to interact with the blockchain
Apache-2.0
FAQs
Smodot Wrapper
The npm package @dedot/smoldot receives a total of 703 weekly downloads. As such, @dedot/smoldot popularity was classified as not popular.
We found that @dedot/smoldot 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.