
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@near-wallet-selector/coin98-wallet
Advanced tools
Coin 98 wallet package for NEAR Wallet Selector.
Coin98 Wallet Coin98 Wallet Package for NEAR Wallet Selector
This package requires near-api-js
v1.0.0 or above:
# Using Yarn
pnpm add -w near-api-js
# Using NPM.
npm install near-api-js
# Using Yarn
pnpm add -w @near-wallet-selector/coin98-wallet
# Using NPM.
npm install @near-wallet-selector/coin98-wallet
import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupCoin98Wallet } from "@near-wallet-selector/coin98-wallet";
// Coin98 Wallet for Wallet Selector can be setup without any params or it can take few optional params, see options below.
const coin98Wallet = setupCoin98Wallet({
iconUrl: "https://<Wallet Icon URL Here>" // optional
});
const selector = await setupWalletSelector({
network: "testnet",
modules: [coin98Wallet],
});
iconUrl
: (string?
): Icon is optional. Default image point to Coin98 Wallet Logo in base64 format.deprecated
: (boolean?
): Deprecated is optional. Default is false
.Assets such as icons can be found in the /assets
directory of the package. Below is an example using Webpack:
import { setupCoin98Wallet } from "@near-wallet-selector/coin98-wallet";
import coin98WalletIconUrl from "@near-wallet-selector/coin98-wallet/assets/coin98-wallet-icon.png";
const wallet = setupCoin98Wallet({
iconUrl: coin98WalletIconUrl
});
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
FAQs
Coin 98 wallet package for NEAR Wallet Selector.
The npm package @near-wallet-selector/coin98-wallet receives a total of 371 weekly downloads. As such, @near-wallet-selector/coin98-wallet popularity was classified as not popular.
We found that @near-wallet-selector/coin98-wallet demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.