Socket
Socket
Sign inDemoInstall

@helium/address

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helium/address - npm Package Compare versions

Comparing version 4.8.1 to 4.10.2

2

build/KeyTypes.d.ts
export declare const ECC_COMPACT_KEY_TYPE = 0;
export declare const ED25519_KEY_TYPE = 1;
export declare const MULTISIG_KEY_TYPE = 2;
export declare const SECP256K1_KEY_TYPE = 3;
export declare const RSA_KEY_TYPE = 4;
export declare const SUPPORTED_KEY_TYPES: number[];
export declare type KeyType = number;
//# sourceMappingURL=KeyTypes.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_KEY_TYPES = exports.MULTISIG_KEY_TYPE = exports.ED25519_KEY_TYPE = exports.ECC_COMPACT_KEY_TYPE = void 0;
exports.SUPPORTED_KEY_TYPES = exports.RSA_KEY_TYPE = exports.SECP256K1_KEY_TYPE = exports.MULTISIG_KEY_TYPE = exports.ED25519_KEY_TYPE = exports.ECC_COMPACT_KEY_TYPE = void 0;
exports.ECC_COMPACT_KEY_TYPE = 0;
exports.ED25519_KEY_TYPE = 1;
exports.MULTISIG_KEY_TYPE = 2;
exports.SECP256K1_KEY_TYPE = 3;
exports.RSA_KEY_TYPE = 4;
exports.SUPPORTED_KEY_TYPES = [

@@ -11,3 +13,5 @@ exports.ECC_COMPACT_KEY_TYPE,

exports.MULTISIG_KEY_TYPE,
exports.SECP256K1_KEY_TYPE,
exports.RSA_KEY_TYPE,
];
//# sourceMappingURL=KeyTypes.js.map

4

package.json
{
"name": "@helium/address",
"version": "4.8.1",
"version": "4.10.2",
"description": "Helium public key utilities",

@@ -28,3 +28,3 @@ "keywords": [

},
"gitHead": "aae8f759f7a563f32e8d7b48cb3372114d6a93a2",
"gitHead": "48d167f9fbc9a5d304e9366d508f06704e5a4a1e",
"dependencies": {

@@ -31,0 +31,0 @@ "bs58": "^5.0.0",

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