You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@near-wallet-selector/wallet-utils

Package Overview
Dependencies
Maintainers
0
Versions
77
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

to
8.9.11

12

package.json
{
"name": "@near-wallet-selector/wallet-utils",
"version": "8.9.10",
"version": "8.9.11",
"description": "Wallet utils package for NEAR Wallet Selector.",

@@ -22,5 +22,2 @@ "keywords": [

"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-utils",
"peerDependencies": {
"near-api-js": "^1.0.0 || ^2.0.0"
},
"module": "./index.js",

@@ -31,5 +28,6 @@ "main": "./index.cjs",

"dependencies": {
"@near-wallet-selector/core": "8.9.10",
"bn.js": "5.2.1"
}
"@near-wallet-selector/core": "8.9.11",
"near-api-js": "4.0.3"
},
"peerDependencies": {}
}
export { createAction, signTransactions } from "./lib/wallet-utils";
import * as nearAPI from "near-api-js";
import type { Action } from "@near-wallet-selector/core";
export declare const createAction: (action: Action) => nearAPI.transactions.Action;

@@ -0,0 +0,0 @@ import type { Signer } from "near-api-js";

import { createAction } from "./create-action";
import { signTransactions } from "./sign-transactions";
export { createAction, signTransactions };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display