Socket
Socket
Sign inDemoInstall

@near-js/keystores-browser

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/keystores-browser - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/browser_local_storage_key_store.d.ts

@@ -73,3 +73,3 @@ import { KeyPair } from '@near-js/crypto';

* @param networkId The targeted network. (ex. default, betanet, etc…)
* @param accountId The NEAR account tied to the storage keythat's sought
* @param accountId The NEAR account tied to the storage key that's sought
* @returns {string} An example might be: `near-api-js:keystore:near-friend:default`

@@ -76,0 +76,0 @@ */

@@ -134,3 +134,3 @@ "use strict";

* @param networkId The targeted network. (ex. default, betanet, etc…)
* @param accountId The NEAR account tied to the storage keythat's sought
* @param accountId The NEAR account tied to the storage key that's sought
* @returns {string} An example might be: `near-api-js:keystore:near-friend:default`

@@ -137,0 +137,0 @@ */

{
"name": "@near-js/keystores-browser",
"version": "0.0.8",
"version": "0.0.9",
"description": "KeyStore implementation for working with keys in browser LocalStorage",

@@ -10,4 +10,4 @@ "main": "lib/index.js",

"dependencies": {
"@near-js/crypto": "1.2.0",
"@near-js/keystores": "0.0.8"
"@near-js/crypto": "1.2.1",
"@near-js/keystores": "0.0.9"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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