Socket
Socket
Sign inDemoInstall

@vechain/sdk-core

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-core - npm Package Compare versions

Comparing version 1.0.0-beta.24 to 1.0.0-beta.25

6

package.json
{
"name": "@vechain/sdk-core",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.25",
"description": "Includes modules for fundamental operations like hashing and cryptography",

@@ -44,4 +44,4 @@ "author": "vechain Foundation",

"@types/elliptic": "^6.4.18",
"@vechain/sdk-errors": "1.0.0-beta.24",
"@vechain/sdk-logging": "1.0.0-beta.24",
"@vechain/sdk-errors": "1.0.0-beta.25",
"@vechain/sdk-logging": "1.0.0-beta.25",
"bignumber.js": "^9.1.2",

@@ -48,0 +48,0 @@ "blakejs": "^1.2.1",

@@ -5,3 +5,3 @@ import * as bip39 from '@scure/bip39';

import { addressUtils } from '../address-utils';
import { InvalidHDNode } from '@vechain/sdk-errors';
import { InvalidHDNode, InvalidHDNodeMnemonic } from '@vechain/sdk-errors';
import { secp256k1 } from '../secp256k1';

@@ -13,3 +13,2 @@ import { wordlist } from '@scure/bip39/wordlists/english';

} from './types';
import { InvalidHDNodeMnemonic } from '../../../errors/src';

@@ -16,0 +15,0 @@ /**

Sorry, the diff of this file is too big to display

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