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

@ucanto/principal

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/principal - npm Package Compare versions

Comparing version 4.2.3 to 4.3.4

dist/src/absentee.d.ts

3

dist/src/lib.d.ts

@@ -7,3 +7,4 @@ export const Verifier: ed25519.ComposedDIDParser;

import * as RSA from "./rsa.js";
export { ed25519, RSA };
import * as Absentee from "./absentee.js";
export { ed25519, RSA, Absentee };
//# sourceMappingURL=lib.d.ts.map
{
"name": "@ucanto/principal",
"description": "ucanto principal",
"version": "4.2.3",
"version": "4.3.4",
"keywords": [

@@ -24,5 +24,5 @@ "UCAN",

"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "^4.1.0",
"multiformats": "^11.0.0",
"one-webcrypto": "^1.0.3"
"one-webcrypto": "^1.0.3",
"@ucanto/interface": "^4.3.4"
},

@@ -52,2 +52,5 @@ "devDependencies": {

"dist/src/rsa.d.ts"
],
"account": [
"dist/src/account.d.ts"
]

@@ -68,2 +71,6 @@ }

"import": "./src/rsa.js"
},
"./account": {
"types": "./dist/src/account.d.ts",
"import": "./src/account.js"
}

@@ -70,0 +77,0 @@ },

@@ -68,3 +68,2 @@ import * as ED25519 from '@noble/ed25519'

from
/**

@@ -71,0 +70,0 @@ * @template {API.SignerImporter} O

import * as ed25519 from './ed25519.js'
import * as RSA from './rsa.js'
import * as Absentee from './absentee.js'

@@ -7,2 +8,2 @@ export const Verifier = ed25519.Verifier.or(RSA.Verifier)

export { ed25519, RSA }
export { ed25519, RSA, Absentee }

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