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.1.2 to 0.1.3

2

dist/scatter.js

@@ -13,3 +13,3 @@ import { ScatterJS, ScatterEOS } from 'scatter-ts';

chainId: chain.chainId,
host: chain.nodeUrl,
host: chain.nodeUrl.split('//')[1],
port: 443,

@@ -16,0 +16,0 @@ protocol: 'https',

{
"name": "vue-3-useeosiowallet",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

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

@@ -18,3 +18,3 @@ import { ScatterJS, ScatterEOS, Network } from 'scatter-ts';

chainId: chain.chainId,
host: chain.nodeUrl,
host: chain.nodeUrl.split('//')[1],
port: 443,

@@ -21,0 +21,0 @@ protocol: 'https',

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