Socket
Socket
Sign inDemoInstall

@portal-hq/utils

Package Overview
Dependencies
Maintainers
7
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portal-hq/utils - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

13

lib/commonjs/events/index.js

@@ -10,3 +10,16 @@ "use strict";

Events["WalletRecovered"] = "Wallet Recovered";
// API Method events
Events["GetClient"] = "Get Client";
Events["GetEnabledDapps"] = "Get Enabled Dapps";
Events["GetNetworks"] = "Get Networks";
Events["GetQuote"] = "Get Quote";
Events["GetSources"] = "Get Sources";
Events["GetNFTs"] = "Get NFTs";
Events["GetTransactions"] = "Get Transactions";
Events["GetBalances"] = "Get Balances";
Events["SimulateTransaction"] = "Simulate Transaction";
Events["StoredClientSigningShare"] = "Stored Client Signing Share";
Events["StoredClientBackupShareKey"] = "Stored Client Backup Share Key";
Events["StoredClientBackupShare"] = "Stored Client Backup Share";
})(Events || (Events = {}));
exports.default = Events;

@@ -8,3 +8,16 @@ var Events;

Events["WalletRecovered"] = "Wallet Recovered";
// API Method events
Events["GetClient"] = "Get Client";
Events["GetEnabledDapps"] = "Get Enabled Dapps";
Events["GetNetworks"] = "Get Networks";
Events["GetQuote"] = "Get Quote";
Events["GetSources"] = "Get Sources";
Events["GetNFTs"] = "Get NFTs";
Events["GetTransactions"] = "Get Transactions";
Events["GetBalances"] = "Get Balances";
Events["SimulateTransaction"] = "Simulate Transaction";
Events["StoredClientSigningShare"] = "Stored Client Signing Share";
Events["StoredClientBackupShareKey"] = "Stored Client Backup Share Key";
Events["StoredClientBackupShare"] = "Stored Client Backup Share";
})(Events || (Events = {}));
export default Events;

4

package.json
{
"name": "@portal-hq/utils",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/commonjs/index",

@@ -29,3 +29,3 @@ "module": "lib/esm/index",

},
"gitHead": "8ce39a2867dacd6403db80b5fc51aa40c3b3c205"
"gitHead": "c333fe5280f16a5c5f70b7ae768f112baf7156ba"
}

@@ -36,2 +36,3 @@ import { HttpRequester } from '../requesters'

params?: unknown[] | SigningRequestParams
chainId?: string
connect?: PortalConnect

@@ -38,0 +39,0 @@ }

@@ -7,4 +7,18 @@ enum Events {

WalletRecovered = 'Wallet Recovered',
// API Method events
GetClient = 'Get Client',
GetEnabledDapps = 'Get Enabled Dapps',
GetNetworks = 'Get Networks',
GetQuote = 'Get Quote',
GetSources = 'Get Sources',
GetNFTs = 'Get NFTs',
GetTransactions = 'Get Transactions',
GetBalances = 'Get Balances',
SimulateTransaction = 'Simulate Transaction',
StoredClientSigningShare = 'Stored Client Signing Share',
StoredClientBackupShareKey = 'Stored Client Backup Share Key',
StoredClientBackupShare = 'Stored Client Backup Share',
}
export default Events
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