New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@canvas-js/interfaces

Package Overview
Dependencies
Maintainers
3
Versions
230
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.0.34-alpha4 to 0.0.34-alpha5

lib/views.d.ts

6

lib/actions.d.ts

@@ -27,1 +27,7 @@ import type { Chain, ChainId } from "./contracts.js";

};
export type ActionToken = {
sendAction: string;
params: string[];
application: string;
timestamp: string;
};

1

lib/index.d.ts

@@ -6,3 +6,2 @@ export * from "./sessions.js";

export * from "./contracts.js";
export * from "./signers.js";
import type { Session } from "./sessions.js";

@@ -9,0 +8,0 @@ import type { Action } from "./actions.js";

@@ -6,2 +6,1 @@ export * from "./sessions.js";

export * from "./contracts.js";
export * from "./signers.js";

@@ -16,1 +16,7 @@ import { Chain, ChainId } from "./contracts.js";

};
export type SessionToken = {
loginTo: string;
registerSessionAddress: string;
registerSessionDuration: string;
timestamp: string;
};

@@ -33,3 +33,3 @@ import { utils } from "ethers";

}
const namePattern = /^[a-zA-Z][a-zA-Z0-9]*$/;
const namePattern = /^[a-zA-Z][a-zA-Z0-9_]*$/;
export function getActionSignatureData(payload) {

@@ -36,0 +36,0 @@ const domain = {

{
"name": "@canvas-js/interfaces",
"version": "0.0.34-alpha4",
"version": "0.0.34-alpha5",
"type": "module",

@@ -14,7 +14,3 @@ "author": "Canvas Technology Corporation (https://canvas.xyz)",

},
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/wallet": "^5.6.2",
"ethers": "^5.7.0"
}
"dependencies": {}
}
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