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

@near-js/crypto

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/crypto - npm Package Compare versions

Comparing version 1.4.0-next.10 to 1.4.0-next.11

10

lib/commonjs/public_key.d.ts

@@ -1,2 +0,1 @@

import { Enum } from '@near-js/types';
import { KeyType } from './constants';

@@ -12,2 +11,11 @@ declare class ED25519PublicKey {

/**
* DUPLICATED FROM @near-js/types - REPLACE WITH IMPORTED REFERENCE AND DELETE
* This ends up being necessary for Wallet Selector dependencies with
* outdated peer dependencies and should only be temporary
*/
declare abstract class Enum {
abstract enum: string;
constructor(properties: any);
}
/**
* PublicKey representation that has type and bytes of the key.

@@ -14,0 +22,0 @@ */

@@ -1,2 +0,1 @@

import { Enum } from '@near-js/types';
import { KeyType } from './constants';

@@ -12,2 +11,11 @@ declare class ED25519PublicKey {

/**
* DUPLICATED FROM @near-js/types - REPLACE WITH IMPORTED REFERENCE AND DELETE
* This ends up being necessary for Wallet Selector dependencies with
* outdated peer dependencies and should only be temporary
*/
declare abstract class Enum {
abstract enum: string;
constructor(properties: any);
}
/**
* PublicKey representation that has type and bytes of the key.

@@ -14,0 +22,0 @@ */

10

package.json
{
"name": "@near-js/crypto",
"version": "1.4.0-next.10",
"version": "1.4.0-next.11",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",

@@ -16,4 +16,4 @@ "main": "./lib/commonjs/index.cjs",

"secp256k1": "5.0.0",
"@near-js/types": "1.0.0-next.10",
"@near-js/utils": "1.0.0-next.10"
"@near-js/types": "1.0.0-next.11",
"@near-js/utils": "1.0.0-next.11"
},

@@ -27,4 +27,4 @@ "devDependencies": {

"typescript": "5.4.5",
"build": "0.0.0",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"build": "0.0.0"
},

@@ -31,0 +31,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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