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

@web3-storage/access

Package Overview
Dependencies
Maintainers
5
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-storage/access - npm Package Compare versions

Comparing version 16.5.1 to 17.0.0

1

dist/src/access.d.ts

@@ -31,2 +31,3 @@ export function delegate(agent: Agent, { delegations, proofs, space }: {

'filecoin/*': {};
'usage/*': {};
};

@@ -33,0 +34,0 @@ /**

@@ -292,2 +292,3 @@ import * as Access from '@web3-storage/capabilities/access';

'filecoin/*': {},
'usage/*': {},
};

@@ -294,0 +295,0 @@ /**

@@ -154,2 +154,3 @@ import { addSpacesFromDelegations, Agent as AccessAgent } from './agent.js';

{ can: 'provider/add' },
{ can: 'subscription/list' },
{ can: 'upload/*' },

@@ -156,0 +157,0 @@ { can: 'ucan/*' },

5

dist/src/types.d.ts
import type { Capabilities, ConnectionView, Fact, Failure, Phantom, Principal, RequestEncoder, Resource, ResponseDecoder, ServiceMethod, InferInvokedCapability, CapabilityParser, Match, Ability, UnknownMatch, Delegation, DID, Signer, SignerArchive, SigAlg, Caveats, Unit } from '@ucanto/interface';
export type { UTCUnixTimestamp } from '@ipld/dag-ucan';
import type { Abilities, SpaceInfo, AccessAuthorize, AccessAuthorizeSuccess, AccessDelegate, AccessDelegateFailure, AccessDelegateSuccess, AccessClaim, AccessClaimSuccess, AccessClaimFailure, ProviderAdd, ProviderAddSuccess, ProviderAddFailure, AccessConfirm, AccessConfirmSuccess, AccessConfirmFailure, UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure, AccountDID, ProviderDID, SpaceDID, PlanGet, PlanGetSuccess, PlanGetFailure } from '@web3-storage/capabilities/types';
import type { Abilities, SpaceInfo, AccessAuthorize, AccessAuthorizeSuccess, AccessDelegate, AccessDelegateFailure, AccessDelegateSuccess, AccessClaim, AccessClaimSuccess, AccessClaimFailure, ProviderAdd, ProviderAddSuccess, ProviderAddFailure, AccessConfirm, AccessConfirmSuccess, AccessConfirmFailure, UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure, AccountDID, ProviderDID, SpaceDID, PlanGet, PlanGetSuccess, PlanGetFailure, SubscriptionList, SubscriptionListSuccess, SubscriptionListFailure } from '@web3-storage/capabilities/types';
import type { SetRequired } from 'type-fest';

@@ -45,2 +45,5 @@ import { Driver } from './drivers/types.js';

};
subscription: {
list: ServiceMethod<SubscriptionList, SubscriptionListSuccess, SubscriptionListFailure>;
};
ucan: {

@@ -47,0 +50,0 @@ revoke: ServiceMethod<UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure>;

{
"name": "@web3-storage/access",
"version": "16.5.1",
"version": "17.0.0",
"description": "w3access client",

@@ -105,3 +105,3 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client",

"@scure/bip39": "^1.2.1",
"@web3-storage/capabilities": "^11.2.0",
"@web3-storage/capabilities": "^11.4.0",
"@web3-storage/did-mailto": "^2.0.2"

@@ -108,0 +108,0 @@ },

@@ -172,1 +172,2 @@ <h1 align="center">ā‚<br/>web3.storage</h1>

Dual-licensed under [MIT + Apache 2.0](https://github.com/web3-storage/w3protocol/blob/main/license.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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