Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@33cn/game-cashier-react

Package Overview
Dependencies
Maintainers
8
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@33cn/game-cashier-react - npm Package Compare versions

Comparing version 1.9.12 to 1.9.13

5

lib/components/recharge/recharge.js

@@ -193,3 +193,3 @@ import * as tslib_1 from "tslib";

tx3 = _a.sent();
return [4 /*yield*/, signTxGroup(tx3, this.props.withholdAddress)];
return [4 /*yield*/, signTxGroup(tx3)];
case 7:

@@ -231,4 +231,3 @@ signedTx3 = _a.sent();

tx1 = _a.sent();
console.log('withholdAddress', this.props.withholdAddress);
return [4 /*yield*/, signTxGroup(tx1, this.props.withholdAddress)]; // 'user.p.game.none'
return [4 /*yield*/, signTxGroup(tx1)]; // 'user.p.game.none'
case 13:

@@ -235,0 +234,0 @@ signedTx1 = _a.sent() // 'user.p.game.none'

2

package.json
{
"name": "@33cn/game-cashier-react",
"version": "1.9.12",
"version": "1.9.13",
"main": "lib/Cashier.js",

@@ -5,0 +5,0 @@ "publishConfig": {

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