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

@ucanto/core

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/core - npm Package Compare versions

Comparing version 4.1.0 to 4.2.2

1

dist/src/delegation.d.ts

@@ -64,2 +64,3 @@ export function isLink(value: API.Proof): value is UCAN.Link<UCAN.Capabilities, UCAN.MulticodecCode<number, string>, UCAN.SigAlg>;

iterate(): IterableIterator<API.Delegation>;
delegate(): Delegation<C>;
/**

@@ -66,0 +67,0 @@ * @returns {API.DelegationJSON<this>}

6

package.json
{
"name": "@ucanto/core",
"description": "ucanto core",
"version": "4.1.0",
"version": "4.2.2",
"keywords": [

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

"dependencies": {
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^9.0.0",
"@ipld/dag-ucan": "^3.2.0",

@@ -28,0 +28,0 @@ "@ucanto/interface": "^4.1.0",

@@ -134,2 +134,6 @@ import * as UCAN from '@ipld/dag-ucan'

delegate() {
return this
}
/**

@@ -136,0 +140,0 @@ * @returns {API.DelegationJSON<this>}

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