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

@near-js/signers

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

Comparing version 0.1.0 to 0.1.1

2

lib/signer.d.ts

@@ -8,2 +8,4 @@ import { Signature, PublicKey } from '@near-js/crypto';

* Creates new key and returns public key.
* @param accountId accountId to retrieve from.
* @param networkId The targeted network. (ex. default, betanet, etc…)
*/

@@ -10,0 +12,0 @@ abstract createKey(accountId: string, networkId?: string): Promise<PublicKey>;

6

package.json
{
"name": "@near-js/signers",
"version": "0.1.0",
"version": "0.1.1",
"description": "Core dependencies for the NEAR API JavaScript client",

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

"@noble/hashes": "1.3.3",
"@near-js/crypto": "1.2.0",
"@near-js/keystores": "0.0.8"
"@near-js/crypto": "1.2.1",
"@near-js/keystores": "0.0.9"
},

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

@@ -7,4 +7,4 @@ # @near-js/signers

- [Signer](https://github.com/near/near-api-js/blob/master/packages/signer/src/ssigner.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signer/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys
- [Signer](https://github.com/near/near-api-js/blob/master/packages/signers/src/signer.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signers/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys

@@ -11,0 +11,0 @@ # License

Sorry, the diff of this file is not supported yet

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