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

@web3-storage/capabilities

Package Overview
Dependencies
Maintainers
5
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-storage/capabilities - npm Package Compare versions

Comparing version 11.3.0 to 11.3.1

8

dist/src/access.d.ts
export { top } from "./top.js";
/**
* @deprecated - Use `ucan.attest` instead.
*/
export const session: Types.TheCapabilityParser<Types.CapabilityMatch<"ucan/attest", `did:${string}:${string}` & `did:${string}` & Types.Phantom<{
protocol: "did:";
}>, Schema.InferStruct<{
proof: Schema.Schema<Types.Link<unknown, number, number, 1>, any>;
}>>>;
/**
* Account identifier.

@@ -4,0 +12,0 @@ */

2

package.json
{
"name": "@web3-storage/capabilities",
"version": "11.3.0",
"version": "11.3.1",
"description": "Capabilities provided by web3.storage",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities",

@@ -13,2 +13,3 @@ /**

import * as Types from '@ucanto/interface'
import { attest } from './ucan.js'
import { equalWith, equal, and, SpaceDID, checkLink } from './utils.js'

@@ -18,2 +19,7 @@ export { top } from './top.js'

/**
* @deprecated - Use `ucan.attest` instead.
*/
export const session = attest
/**
* Account identifier.

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