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

@harmony-js/transaction

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmony-js/transaction - npm Package Compare versions

Comparing version 0.1.56 to 0.1.58

dist/index.cjs.js

10

package.json
{
"name": "@harmony-js/transaction",
"version": "0.1.56",
"version": "0.1.58",
"description": "transaction package for harmony",

@@ -21,7 +21,7 @@ "main": "dist/index.js",

"dependencies": {
"@harmony-js/crypto": "0.1.56",
"@harmony-js/network": "0.1.56",
"@harmony-js/utils": "0.1.56"
"@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.58",
"@harmony-js/utils": "0.1.58"
},
"gitHead": "8f8e17fdaed394af1c28cd133d6018bf48915a81"
"gitHead": "5eddd0feb2bfe92c36b194fe0a9ffe40f8173d6c"
}

@@ -36,3 +36,3 @@ /**

it('should test wallet sign and send', async () => {
const responses = [
let responses = [
{

@@ -48,4 +48,3 @@ jsonrpc: '2.0',

},
].map((res) => [JSON.stringify(res)] as [string]);
].map(response => JSON.stringify(response), {status: 200});
fetch.mockResponses(...responses);

@@ -202,4 +201,3 @@ const factory = new TransactionFactory(msgHttp);

},
].map((res) => [JSON.stringify(res)] as [string]);
].map(response => JSON.stringify(response), {status: 200});
fetch.mockResponses(...responses);

@@ -324,4 +322,3 @@

},
].map((res) => [JSON.stringify(res)] as [string]);
].map(response => JSON.stringify(response), {status: 200});
fetch.mockResponses(...responses);

@@ -428,4 +425,3 @@

},
].map((res) => [JSON.stringify(res)] as [string]);
].map(response => JSON.stringify(response), {status: 200});
fetch.mockResponses(...responses);

@@ -432,0 +428,0 @@

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