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

@web3-storage/access

Package Overview
Dependencies
Maintainers
7
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 11.0.0-rc.0 to 11.0.0

10

dist/src/types.d.ts

@@ -36,12 +36,2 @@ import type { Capabilities, ConnectionView, Fact, Failure, Phantom, Principal, RequestEncoder, Resource, ResponseDecoder, ServiceMethod, URI, InferInvokedCapability, CapabilityParser, Match, Ability, UnknownMatch, Delegation, DID, Signer, SignerArchive, SigAlg, Caveats, TheCapabilityParser, CapabilityMatch } from '@ucanto/interface';

export type AccountRecord = Selectable<AccountTable>;
export interface DelegationTable {
cid: string;
bytes: Uint8Array;
audience: URI<'did:'>;
issuer: URI<'did:'>;
expires_at: Date | null;
inserted_at: Generated<Date>;
updated_at: ColumnType<Date, never, Date>;
}
export type DelegationRecord = Selectable<DelegationTable>;
export interface SpaceTableMetadata {

@@ -48,0 +38,0 @@ space: SpaceMeta;

7

package.json
{
"name": "@web3-storage/access",
"version": "11.0.0-rc.0",
"version": "11.0.0",
"description": "w3access client",

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

"assert": "^2.0.0",
"delay": "^5.0.0",
"hd-scripts": "^4.0.0",
"miniflare": "^2.11.0",
"mocha": "^10.2.0",
"p-queue": "^7.3.0",
"playwright-test": "^8.1.2",

@@ -147,3 +144,3 @@ "sade": "^1.8.1",

"build": "tsc --build",
"test": "pnpm -r --filter @web3-storage/access-ws run build && npm run test:node && npm run test:browser",
"test": "pnpm -r run build && npm run test:node && npm run test:browser",
"test:node": "mocha 'test/**/!(*.browser).test.js' -n experimental-vm-modules -n no-warnings",

@@ -150,0 +147,0 @@ "test:browser": "playwright-test 'test/**/!(*.node).test.js'",

@@ -96,14 +96,2 @@ /* eslint-disable @typescript-eslint/indent */

export interface DelegationTable {
cid: string
bytes: Uint8Array
audience: URI<'did:'>
issuer: URI<'did:'>
expires_at: Date | null
inserted_at: Generated<Date>
updated_at: ColumnType<Date, never, Date>
}
export type DelegationRecord = Selectable<DelegationTable>
export interface SpaceTableMetadata {

@@ -110,0 +98,0 @@ space: SpaceMeta

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