
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@onflow/fcl-wc
Advanced tools
WalletConnect adapter for FCL-JS.
npm install --save @onflow/fcl-wc
The package exports init and utils.
Currently, a WalletConnect projectId is required and can be obtained @ https://cloud.walletconnect.com. Metadata is optional.
Initialization returns FclWcServicePlugin and a Walletconnect client. The client can be used to subscribe to events, disconnect from a wallet, and query session and pairing status.
Passing FclWcServicePlugin to fcl.pluginRegistry.add() will enable use of the "WC/RPC" service strategy and add new and existing WalletConnect services to FCL Discovery.
import * as fcl from '@onflow/fcl'
import { init } from '@onflow/fcl-wc'
const { FclWcServicePlugin, client } = await init({
projectId: PROJECT_ID,
metadata: {
name: 'FCL WC DApp',
description: 'FCL DApp with support for WalletConnect',
url: 'https://flow.com/',
icons: ['https://avatars.githubusercontent.com/u/62387156?s=280&v=4']
}
})
fcl.pluginRegistry.add(FclWcServicePlugin)
FAQs
WalletConnect adapter for FCL
The npm package @onflow/fcl-wc receives a total of 11,050 weekly downloads. As such, @onflow/fcl-wc popularity was classified as popular.
We found that @onflow/fcl-wc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 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 found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.