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

@ucanto/interface

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/interface - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

1

dist/src/lib.d.ts

@@ -282,2 +282,3 @@ import { Ability, Block as UCANBlock, ByteView, Capabilities, Capability, DID, Fact, Link as UCANLink, MultihashHasher, MultihashDigest, MultibaseDecoder, MultibaseEncoder, Phantom, Resource, Signature, SignatureView, Principal, MulticodecCode, SigAlg, ToJSON, SignatureJSON, JSONUnknown, Crypto, JSONObject } from '@ipld/dag-ucan';

readonly signature: SignatureView<OutcomeModel<Ok, Error, Ran>, Alg>;
link(): Link<ReceiptModel<Ok, Error, Ran>, number, number, 1>;
verifySignature(signer: Crypto.Verifier): Await<Result<{}, SignatureError>>;

@@ -284,0 +285,0 @@ buildIPLDView(): Receipt<Ok, Error, Ran, Alg>;

2

package.json
{
"name": "@ucanto/interface",
"description": "interface definitions for ucanto",
"version": "10.0.0",
"version": "10.0.1",
"types": "./dist/src/lib.d.ts",

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

@@ -459,2 +459,3 @@ import {

link(): Link<ReceiptModel<Ok, Error, Ran>, number, number, 1>
verifySignature(signer: Crypto.Verifier): Await<Result<{}, SignatureError>>

@@ -461,0 +462,0 @@

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