New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@near-wallet-selector/wallet-utils

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-wallet-selector/wallet-utils - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0

4

package.json
{
"name": "@near-wallet-selector/wallet-utils",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"main": "./index.umd.js",

@@ -10,3 +10,3 @@ "module": "./index.esm.js",

"near-api-js": "0.44.2",
"@near-wallet-selector/core": "4.0.0-alpha.1",
"@near-wallet-selector/core": "4.0.0",
"rxjs": "~7.4.0"

@@ -13,0 +13,0 @@ },

@@ -7,5 +7,27 @@ # @near-wallet-selector/wallet-utils

The easiest way to use this package is to install it from the NPM registry:
```bash
# Using Yarn
yarn add @near-wallet-selector/wallet-utils
# Using NPM.
npm install @near-wallet-selector/wallet-utils
```
Then use it in your custom wallet integration:
```ts
import { createAction } from "@near-wallet-selector/wallet-utils";
const action = createAction({
type: "Transfer",
params: {
deposit: "10000000000000000000000",
},
});
```
## License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc