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

@ucanto/validator

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/validator - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

6

dist/src/error.d.ts

@@ -59,4 +59,4 @@ /**

delegation: API.Delegation<API.Capabilities>;
get issuer(): API.UCAN.Principal<string>;
get audience(): API.UCAN.Principal<string>;
get issuer(): API.Principal<string>;
get audience(): API.Principal<string>;
}

@@ -86,3 +86,3 @@ /**

name: "InvalidAudience";
audience: API.UCAN.Principal<string>;
audience: API.Principal<string>;
delegation: API.Delegation<API.Capabilities>;

@@ -89,0 +89,0 @@ toJSON(): {

@@ -35,4 +35,4 @@ export { capability } from "./capability.js";

get delegation(): API.Delegation<API.Capabilities>;
get issuer(): API.UCAN.Principal<string>;
get audience(): API.UCAN.Principal<string>;
get issuer(): API.Principal<string>;
get audience(): API.Principal<string>;
}

@@ -87,3 +87,3 @@ /**

name: "InvalidClaim";
get issuer(): API.UCAN.Principal<string>;
get issuer(): API.Principal<string>;
get capability(): any;

@@ -90,0 +90,0 @@ get delegation(): API.Delegation<API.Capabilities>;

{
"name": "@ucanto/validator",
"description": "UCAN RPC validators",
"version": "3.0.6",
"version": "3.0.7",
"keywords": [

@@ -24,4 +24,4 @@ "UCAN",

"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^3.0.4",
"@ucanto/interface": "^4.0.0",
"@ucanto/core": "^3.0.5",
"@ucanto/interface": "^3.0.1",
"multiformats": "^10.0.2"

@@ -33,4 +33,4 @@ },

"@types/mocha": "^9.1.0",
"@ucanto/client": "^3.0.4",
"@ucanto/principal": "^4.0.1",
"@ucanto/client": "^3.0.5",
"@ucanto/principal": "^3.0.1",
"c8": "^7.11.0",

@@ -37,0 +37,0 @@ "chai": "^4.3.6",

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