Socket
Socket
Sign inDemoInstall

@haloplatform/vuex-web3-sync

Package Overview
Dependencies
60
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

dist/module.js

@@ -112,3 +112,3 @@ import Web3 from 'web3';

} else {
commit('setNetworkId', networkId);
if (state.web3.networkId !== networkId) commit('setNetworkId', networkId);
resolve(networkId);

@@ -115,0 +115,0 @@ }

{
"name": "@haloplatform/vuex-web3-sync",
"version": "1.1.0",
"version": "1.1.1",
"description": "Web3 Vuex synchronization module",

@@ -39,5 +39,5 @@ "module": "dist/module.js",

"@babel/core": "^7.1.0",
"@haloplatform/halo.js": "^1.1.0",
"@haloplatform/halo.js": "^1.1.1",
"web3": "0.20.6"
}
}

@@ -21,3 +21,3 @@ import Web3 from 'web3'

} else {
commit('setNetworkId', networkId)
if (state.web3.networkId !== networkId) commit('setNetworkId', networkId)
resolve(networkId)

@@ -24,0 +24,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc