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

@hawksightco/hawk-sdk

Package Overview
Dependencies
Maintainers
1
Versions
154
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.19 to 0.0.20

1

dist/src/classes/Transaction.js

@@ -193,3 +193,2 @@ "use strict";

this._instructions.unshift(...priorityFeeIxs);
console.log(this._instructions);
// Rebuild versioned transaction

@@ -196,0 +195,0 @@ const blockhash = yield connection.getLatestBlockhash();

5

package.json
{
"name": "@hawksightco/hawk-sdk",
"version": "0.0.19",
"version": "0.0.20",
"description": "Hawksight v2 SDK",

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

"test": "npx jest --silent=false",
"build": "tsc --outDir dist/"
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
}
}

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