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

@ucanto/server

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/server - npm Package Compare versions

Comparing version 4.0.3 to 4.1.0

2

dist/src/api.d.ts
import * as API from '@ucanto/interface';
import { CanIssue, ParsedCapability } from '@ucanto/interface';
export * from '@ucanto/interface';
export declare type InvocationError = API.HandlerNotFound | API.HandlerExecutionError | API.InvalidAudience | API.Unauthorized;
export type InvocationError = API.HandlerNotFound | API.HandlerExecutionError | API.InvalidAudience | API.Unauthorized;
export interface ProviderOptions extends CanIssue {

@@ -6,0 +6,0 @@ my?: (issuer: API.DID) => API.Capability[];

{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "4.0.3",
"version": "4.1.0",
"types": "./dist/src/lib.d.ts",

@@ -23,5 +23,5 @@ "main": "./src/lib.js",

"dependencies": {
"@ucanto/core": "^4.0.3",
"@ucanto/interface": "^4.0.3",
"@ucanto/validator": "^4.0.3"
"@ucanto/core": "^4.1.0",
"@ucanto/interface": "^4.1.0",
"@ucanto/validator": "^4.1.0"
},

@@ -32,5 +32,5 @@ "devDependencies": {

"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.0.3",
"@ucanto/client": "^4.0.3",
"@ucanto/transport": "^4.0.3",
"@ucanto/principal": "^4.1.0",
"@ucanto/client": "^4.1.0",
"@ucanto/transport": "^4.1.0",
"@web-std/fetch": "^4.1.0",

@@ -42,6 +42,6 @@ "@web-std/file": "^3.0.2",

"mocha": "^10.1.0",
"multiformats": "^10.0.2",
"multiformats": "^11.0.0",
"nyc": "^15.1.0",
"playwright-test": "^8.1.1",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},

@@ -48,0 +48,0 @@ "exports": {

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