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

@hawksightco/hawk-sdk

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hawksightco/hawk-sdk - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

9

dist/src/classes/Transaction.js

@@ -109,5 +109,8 @@ "use strict";

this.requiredSigners = this.getRequiredSigners();
if (typeof this.requiredSigners[payerKey.toString()] !== "boolean") {
throw new Error(`Warning: The payer ${payerKey} is not one of the required signers of this transaction.`);
}
// // Commented to allow payer to be a non required signer within the transaction
// if (typeof this.requiredSigners[payerKey.toString()] !== "boolean") {
// throw new Error(
// `Warning: The payer ${payerKey} is not one of the required signers of this transaction.`
// );
// }
}

@@ -114,0 +117,0 @@ /**

{
"name": "@hawksightco/hawk-sdk",
"version": "0.0.24",
"version": "0.0.25",
"description": "Hawksight v2 SDK",

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

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