New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tbk-mtx-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tbk-mtx-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

11

index.js

@@ -1,3 +0,10 @@

exports.printMsg = function() {
console.log("This is a message from the demo package");
exports.findRelay = function () {
console.log("This is a message from the findRelay");
// perform logic (via RC events) to find a good relay to use. (must us
// apply blacklists, etc
}
exports.sendViaRelay = function (relayUrl, encodedFunctionCall, signature, from, to, gasprice, gaslimit, relayFee) {
console.log("This is a message from the sendViaRelay");
}

2

package.json
{
"name": "tbk-mtx-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Relay Client Library",

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

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