
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.
@i3m/bok-wallet
Advanced tools
An implementation of the base wallet using a bag of keys (keys are independently created at random).
An implementation of the base wallet using a bag of keys (keys are independently created at random).. It extends the BaseWallet class defined in the @i3m/base-wallet package. The main differences with the @i3m/sw-wallet is that an @i3m/bok-wallet cannot be regenerated with a seed (or mnemonic words), but can import and use arbitrary keys.
@i3m/bok-wallet can be imported to your project with npm:
npm install @i3m/bok-wallet
Then either require (Node.js CJS):
const bokWallet = require('@i3m/bok-wallet')
or import (JavaScript ES module):
import * as bokWallet from '@i3m/bok-wallet'
The appropriate version (either cjs or esm) should be automatically chosen when importing. However, if your bundler does not import the appropriate module version, you can force it to use a specific one by just importing one of the followings:
@i3m/bok-wallet/dist/cjs/index.node: for Node.js CJS module@i3m/bok-wallet/dist/esm/index.node: for Node.js ESM moduleIf you are coding TypeScript, types will not be automatically detected when using the specific versions. You can easily get the types in by creating adding to a types declaration file (
.d.ts) the following line:declare module '@i3m/bok-wallet/dist/esm/index.browser' // use the specific file you were importing
FAQs
An implementation of the base wallet using a bag of keys (keys are independently created at random).
The npm package @i3m/bok-wallet receives a total of 649 weekly downloads. As such, @i3m/bok-wallet popularity was classified as not popular.
We found that @i3m/bok-wallet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.