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

vue-3-useeosiowallet

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-3-useeosiowallet - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

dist/types/index.d.ts

@@ -1,11 +0,11 @@

export interface UseWalletProvider {
export declare type UseWalletProvider = {
logout: () => Promise<void>;
setup: (appName: string, chain: EosioChain) => Promise<void>;
login: () => Promise<string>;
}
export interface EosioChain {
};
export declare type EosioChain = {
id: string;
chainId: string;
nodeUrl: string;
}
};
export declare enum Wallet {

@@ -12,0 +12,0 @@ Scatter = "scatter",

{
"name": "vue-3-useeosiowallet",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,13 +6,13 @@ import { computed, ref } from 'vue';

export interface UseWalletProvider {
export type UseWalletProvider = {
logout: () => Promise<void>;
setup: (appName: string, chain: EosioChain) => Promise<void>;
login: () => Promise<string>;
}
};
export interface EosioChain {
export type EosioChain = {
id: string;
chainId: string;
nodeUrl: string;
}
};

@@ -19,0 +19,0 @@ export enum Wallet {

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