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
0
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 10.0.2 to 10.1.0

1

dist/src/server.d.ts

@@ -39,2 +39,3 @@ export { fail };

validateAuthorization: (proofs: API.Authorization<API.ParsedCapability<API.Ability, API.URI, {}>>) => API.Await<API.Result<API.Unit, API.Revoked>>;
resolveDIDKey?: ((did: `did:${string}:${string}`) => API.Await<API.Result<`did:key:${string}`, API.DIDKeyResolutionError>>) | undefined;
id: API.Signer<`did:${string}:${string}`, API.SigAlg>;

@@ -41,0 +42,0 @@ principal: API.PrincipalParser;

12

package.json
{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "10.0.2",
"version": "10.1.0",
"types": "./dist/src/lib.d.ts",

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

"dependencies": {
"@ucanto/core": "^10.1.1",
"@ucanto/core": "^10.2.0",
"@ucanto/interface": "^10.1.0",
"@ucanto/principal": "^9.0.1",
"@ucanto/validator": "^9.0.2",
"@ucanto/interface": "^10.0.2"
"@ucanto/validator": "^9.0.2"
},

@@ -42,4 +42,4 @@ "devDependencies": {

"typescript": "^5.0.4",
"@ucanto/transport": "^9.1.1",
"@ucanto/client": "^9.0.1"
"@ucanto/client": "^9.0.1",
"@ucanto/transport": "^9.1.1"
},

@@ -46,0 +46,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