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 15.2.1 to 15.3.0

12

dist/src/awake/messages.d.ts

@@ -29,6 +29,4 @@ export const MessageType: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>;

}>;
export const InitResponse: z.ZodObject<z.extendShape<{
export const InitResponse: z.ZodObject<{
awv: z.ZodLiteral<"0.1.0">;
type: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>;
}, {
type: z.ZodLiteral<"awake/init">;

@@ -46,3 +44,3 @@ did: z.ZodString;

}>, "atleastone">;
}>, "strict", z.ZodTypeAny, {
}, "strict", z.ZodTypeAny, {
did: string;

@@ -71,6 +69,4 @@ awv: "0.1.0";

export const DID: z.ZodString;
export const ResResponse: z.ZodObject<z.extendShape<{
export const ResResponse: z.ZodObject<{
awv: z.ZodLiteral<"0.1.0">;
type: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>;
}, {
type: z.ZodLiteral<"awake/res">;

@@ -80,3 +76,3 @@ iss: z.ZodString;

msg: z.ZodString;
}>, "strict", z.ZodTypeAny, {
}, "strict", z.ZodTypeAny, {
iss: string;

@@ -83,0 +79,0 @@ aud: string;

{
"name": "@web3-storage/access",
"version": "15.2.1",
"version": "15.3.0",
"description": "w3access client",

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

"@ipld/car": "^5.1.1",
"@ipld/dag-ucan": "^3.3.2",
"@ucanto/client": "^8.0.0",
"@ucanto/core": "^8.0.0",
"@ucanto/interface": "^8.0.0",
"@ucanto/principal": "^8.0.0",
"@ucanto/transport": "^8.0.0",
"@ucanto/validator": "^8.0.0",
"@ipld/dag-ucan": "^3.4.0",
"@ucanto/client": "^9.0.0",
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@ucanto/validator": "^9.0.0",
"bigint-mod-arith": "^3.1.2",

@@ -66,3 +66,3 @@ "conf": "10.2.0",

"kysely": "^0.23.4",
"multiformats": "^11.0.2",
"multiformats": "^12.1.2",
"one-webcrypto": "^1.0.3",

@@ -73,7 +73,7 @@ "ora": "^6.1.2",

"type-fest": "^3.3.0",
"uint8arrays": "^4.0.3",
"uint8arrays": "^4.0.6",
"ws": "^8.12.0",
"zod": "^3.20.2",
"@web3-storage/capabilities": "^9.3.0",
"@web3-storage/did-mailto": "^2.0.0"
"@web3-storage/did-mailto": "^2.0.1"
},

@@ -88,7 +88,7 @@ "devDependencies": {

"@types/ws": "^8.5.4",
"@ucanto/server": "^8.0.1",
"@ucanto/server": "^9.0.1",
"assert": "^2.0.0",
"hd-scripts": "^4.0.0",
"mocha": "^10.2.0",
"playwright-test": "^8.1.2",
"playwright-test": "^12.3.4",
"sade": "^1.8.1",

@@ -95,0 +95,0 @@ "sinon": "^15.0.3",

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