Socket
Socket
Sign inDemoInstall

@dfinity/identity

Package Overview
Dependencies
Maintainers
11
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/identity - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

1

lib/cjs/index.d.ts
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519';
export { Bip39Ed25519KeyIdentity } from './identity/bip39';
export { Delegation, DelegationIdentity, DelegationChain, SignedDelegation } from './identity/delegation';
export { WebAuthnIdentity } from './identity/webauthn';

4

lib/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebAuthnIdentity = exports.DelegationChain = exports.DelegationIdentity = exports.Delegation = exports.Bip39Ed25519KeyIdentity = exports.Ed25519PublicKey = exports.Ed25519KeyIdentity = void 0;
exports.WebAuthnIdentity = exports.DelegationChain = exports.DelegationIdentity = exports.Delegation = exports.Ed25519PublicKey = exports.Ed25519KeyIdentity = void 0;
var ed25519_1 = require("./identity/ed25519");
Object.defineProperty(exports, "Ed25519KeyIdentity", { enumerable: true, get: function () { return ed25519_1.Ed25519KeyIdentity; } });
Object.defineProperty(exports, "Ed25519PublicKey", { enumerable: true, get: function () { return ed25519_1.Ed25519PublicKey; } });
var bip39_1 = require("./identity/bip39");
Object.defineProperty(exports, "Bip39Ed25519KeyIdentity", { enumerable: true, get: function () { return bip39_1.Bip39Ed25519KeyIdentity; } });
var delegation_1 = require("./identity/delegation");

@@ -10,0 +8,0 @@ Object.defineProperty(exports, "Delegation", { enumerable: true, get: function () { return delegation_1.Delegation; } });

export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519';
export { Bip39Ed25519KeyIdentity } from './identity/bip39';
export { Delegation, DelegationIdentity, DelegationChain, SignedDelegation } from './identity/delegation';
export { WebAuthnIdentity } from './identity/webauthn';
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519';
export { Bip39Ed25519KeyIdentity } from './identity/bip39';
export { Delegation, DelegationIdentity, DelegationChain } from './identity/delegation';
export { WebAuthnIdentity } from './identity/webauthn';
//# sourceMappingURL=index.js.map
{
"name": "@dfinity/identity",
"version": "0.8.3",
"version": "0.8.4",
"author": "DFINITY Stiftung <sdk@dfinity.org>",

@@ -42,4 +42,3 @@ "license": "Apache-2.0",

"dependencies": {
"@dfinity/agent": "^0.8.3",
"bip39": "^3.0.2",
"@dfinity/agent": "^0.8.4",
"borc": "^2.1.1",

@@ -46,0 +45,0 @@ "buffer": "^5.4.3",

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