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

@canvas-js/interfaces

Package Overview
Dependencies
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canvas-js/interfaces - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

6

lib/Session.d.ts

@@ -8,3 +8,3 @@ /**

type: "session";
/** DID or CAIP-2 address (e.g. "eip155:1:0xb94d27...") */
/** DID or CAIP-2 address that authorized the session (e.g. "eip155:1:0xb94d27...") */
address: string;

@@ -15,5 +15,5 @@ /** did:key URI of the ephemeral session key used to sign subsequent actions */

authorizationData: AuthorizationData;
blockhash: string | null;
timestamp: number;
duration: number | null;
timestamp: number;
blockhash: string | null;
};

@@ -25,2 +25,3 @@ import type { Signer } from "./Signer.js";

timestamp?: number;
fromCache?: boolean;
}) => Awaitable<Session<AuthorizationData>>;

@@ -27,0 +28,0 @@ /**

{
"name": "@canvas-js/interfaces",
"version": "0.6.1",
"version": "0.7.0",
"type": "module",

@@ -18,9 +18,10 @@ "author": "Canvas Technologies, Inc. (https://canvas.xyz)",

"devDependencies": {
"@canvas-js/chain-cosmos": "0.6.1",
"@canvas-js/chain-ethereum": "0.6.1",
"@canvas-js/chain-solana": "0.6.1",
"@canvas-js/chain-substrate": "0.6.1",
"@canvas-js/interfaces": "0.6.1",
"@canvas-js/signed-cid": "0.6.1"
"@canvas-js/chain-cosmos": "0.7.0",
"@canvas-js/chain-ethereum": "0.7.0",
"@canvas-js/chain-near": "0.7.0",
"@canvas-js/chain-solana": "0.7.0",
"@canvas-js/chain-substrate": "0.7.0",
"@canvas-js/interfaces": "0.7.0",
"@canvas-js/signed-cid": "0.7.0"
}
}
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