Socket
Socket
Sign inDemoInstall

@tronprotocol/wallet-api

Package Overview
Dependencies
217
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.32 to 0.0.33

2

package.json
{
"name": "@tronprotocol/wallet-api",
"version": "0.0.32",
"version": "0.0.33",
"description": "Tronprotocol Wallet API wrapper",

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

@@ -8,2 +8,3 @@ const xhr = require("axios");

const qs = require("qs");
const hexStr2byteArray = require("../lib/code").hexStr2byteArray;
const stringToBytes = require("../lib/code").stringToBytes;

@@ -10,0 +11,0 @@ const { getBase58CheckAddress, signTransaction, privateKeyToAddress } = require("../utils/crypto");

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