New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ucanto/principal

Package Overview
Dependencies
Maintainers
3
Versions
25
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.0.3 to 4.1.0

4

dist/src/ed25519/type.d.ts

@@ -7,7 +7,7 @@ import { SignerKey, VerifierKey, MulticodecCode, ByteView, DIDKey } from '@ucanto/interface';

*/
export declare type SigAlg = MulticodecCode<typeof Signature.EdDSA, 'EdDSA'>;
export type SigAlg = MulticodecCode<typeof Signature.EdDSA, 'EdDSA'>;
/**
* Name corresponding to EdDSA algorithm.
*/
export declare type Name = 'EdDSA';
export type Name = 'EdDSA';
/**

@@ -14,0 +14,0 @@ * This interface parametrizes {@link SignerKey} and extends it with Ed specific

@@ -6,7 +6,7 @@ import { VerifierKey, SignerKey, MulticodecCode } from '@ucanto/interface';

*/
export declare type SigAlg = MulticodecCode<0xd01205, 'RS256'>;
export type SigAlg = MulticodecCode<0xd01205, 'RS256'>;
/**
* Name corresponding to RS256 algorithm.
*/
export declare type Name = 'RS256';
export type Name = 'RS256';
/**

@@ -13,0 +13,0 @@ * This interface parametrizes {@link SignerKey} and extends it with RSA specific

{
"name": "@ucanto/principal",
"description": "ed25519 principal",
"version": "4.0.3",
"version": "4.1.0",
"keywords": [

@@ -22,6 +22,6 @@ "UCAN",

"dependencies": {
"@ipld/dag-ucan": "^3.0.1",
"@ipld/dag-ucan": "^3.2.0",
"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "^4.0.3",
"multiformats": "^10.0.2",
"@ucanto/interface": "^4.1.0",
"multiformats": "^11.0.0",
"one-webcrypto": "^1.0.3"

@@ -37,3 +37,3 @@ },

"playwright-test": "^8.1.1",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},

@@ -40,0 +40,0 @@ "type": "module",

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