Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@near-js/keystores

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 - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

1

lib/merge_key_store.d.ts

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

* @param keyStores read calls are attempted from start to end of array
* @param options KeyStore options
* @param options.writeKeyStoreIndex the keystore index that will receive all write calls

@@ -46,0 +47,0 @@ */

@@ -17,2 +17,3 @@ "use strict";

* @param keyStores read calls are attempted from start to end of array
* @param options KeyStore options
* @param options.writeKeyStoreIndex the keystore index that will receive all write calls

@@ -19,0 +20,0 @@ */

4

package.json
{
"name": "@near-js/keystores",
"version": "0.0.8",
"version": "0.0.9",
"description": "Key storage and management implementations",

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

"dependencies": {
"@near-js/crypto": "1.2.0",
"@near-js/crypto": "1.2.1",
"@near-js/types": "0.0.4"

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

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