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

@web3-storage/capabilities

Package Overview
Dependencies
Maintainers
7
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 4.0.0 to 4.0.1

5

dist/src/types.d.ts

@@ -46,3 +46,6 @@ import type { TupleToUnion } from 'type-fest';

}
export type ProviderAddFailure = Ucanto.Failure;
export type ProviderAddFailure = InvalidProvider | Ucanto.Failure;
export interface InvalidProvider extends Ucanto.Failure {
name: 'InvalidProvider';
}
export type Space = InferInvokedCapability<typeof space>;

@@ -49,0 +52,0 @@ export type SpaceInfo = InferInvokedCapability<typeof info>;

2

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

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

@@ -55,4 +55,8 @@ import type { TupleToUnion } from 'type-fest'

export interface ProviderAddSuccess {}
export type ProviderAddFailure = Ucanto.Failure
export type ProviderAddFailure = InvalidProvider | Ucanto.Failure
export interface InvalidProvider extends Ucanto.Failure {
name: 'InvalidProvider'
}
// Space

@@ -59,0 +63,0 @@ export type Space = InferInvokedCapability<typeof space>

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