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.0.4 to 0.0.5

2

dist/index.js

@@ -45,3 +45,3 @@ import { useAnchor } from './anchor';

await useScatter().setup(applicationName.value, selectedChain.value);
username.value = await useAnchor().login();
username.value = await useScatter().login();
break;

@@ -48,0 +48,0 @@ default:

import { EosioChain } from './types';
export declare const useScatter: () => {
setup: (appName: string, chain: EosioChain) => Promise<void>;
login: () => Promise<any>;
login: () => Promise<string>;
};
//# sourceMappingURL=scatter.d.ts.map
{
"name": "vue-3-useeosiowallet",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

"anchor-link-browser-transport": "^3.1.3",
"eosjs": "^22.0.0-rc1",
"eosjs": "^22.0.0-rc2",
"vue": "^3.0.11"

@@ -20,0 +20,0 @@ },

@@ -52,3 +52,3 @@ import { useAnchor } from './anchor';

await useScatter().setup(applicationName.value, selectedChain.value);
username.value = await useAnchor().login();
username.value = await useScatter().login();
break;

@@ -55,0 +55,0 @@ default:

@@ -53,3 +53,3 @@ // @ts-ignore

return account.name
return account.name as string
} catch (e) {

@@ -56,0 +56,0 @@ console.log('scatter login error', e);

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