
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@meteorwallet/wallet-selector
Advanced tools
This is the [Meteor Wallet](https://meteorwallet.app) package for NEAR Wallet Selector.
This is the Meteor Wallet package for NEAR Wallet Selector.
The easiest way to use this package is to install it from the NPM registry, this package requires near-api-js v0.44.2 or above:
# Using Yarn
yarn add near-api-js@^0.44.2
# Using NPM.
npm install near-api-js@^0.44.2
# Using Yarn
yarn add @meteorwallet/wallet-selector
# Using NPM.
npm install @meteorwallet/wallet-selector
Then use it in your dApp:
import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupMeteorWallet } from "@meteorwallet/wallet-selector";
// Meteor for Wallet Selector can be setup without any params or it can take one optional param.
const meteorWallet = setupMeteorWallet({
iconUrl: "https://yourdomain.com/yourwallet-icon.png" //optional
});
const selector = await setupWalletSelector({
network: "testnet",
modules: [meteorWallet],
});
iconUrl: (string?): Image URL for the icon shown in the modal. This can also be a relative path or base64 encoded image. Defaults to ./assets/meteor-icon.png.Assets such as icons can be found in the /assets directory of the package. Below is an example using Webpack:
import { setupMeteorWallet } from "@meteorwallet/wallet-selector";
import meteorIconUrl from "@meteorwallet/wallet-selector/assets/meteor-icon.png";
const meteorWallet = setupMeteorWallet({
iconUrl: meteorIconUrl
});
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
FAQs
This is the [Meteor Wallet](https://meteorwallet.app) package for NEAR Wallet Selector.
We found that @meteorwallet/wallet-selector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.