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

@near-wallet-selector/meteor-wallet

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 8.9.1 to 8.9.2

8

index.js

@@ -1254,3 +1254,9 @@ import * as nearAPI from 'near-api-js';

}
return getAccounts();
const accounts = yield getAccounts();
logger.log("MeteorWallet:signIn", {
contractId,
methodNames,
account: accounts[0]
});
return accounts;
});

@@ -1257,0 +1263,0 @@ },

6

package.json
{
"name": "@near-wallet-selector/meteor-wallet",
"version": "8.9.1",
"version": "8.9.2",
"description": "Meteor wallet package for NEAR Wallet Selector.",

@@ -32,5 +32,5 @@ "keywords": [

"dependencies": {
"@meteorwallet/sdk": "1.0.5",
"@near-wallet-selector/core": "8.9.1"
"@meteorwallet/sdk": "1.0.9",
"@near-wallet-selector/core": "8.9.2"
}
}

Sorry, the diff of this file is not supported yet

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