You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@turnkey/sdk-types

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/sdk-types - npm Package Compare versions

Comparing version
0.12.0
to
0.12.1
+6
-0
CHANGELOG.md
# @turnkey/sdk-types
## 0.12.1
### Patch Changes
- [#1241](https://github.com/tkhq/sdk/pull/1241) [`dfdd864`](https://github.com/tkhq/sdk/commit/dfdd8647266fdd0297aaea32046ee815ae8fc27c) Author [@ethankonk](https://github.com/ethankonk) - Patched solana chain filter in wallet connecting logic
## 0.12.0

@@ -4,0 +10,0 @@

+3
-2
{
"name": "@turnkey/sdk-types",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/index.js",

@@ -50,4 +50,5 @@ "types": "dist/index.d.ts",

"clean": "rimraf ./dist ./.cache",
"typecheck": "tsc -p tsconfig.typecheck.json"
"typecheck": "tsc -p tsconfig.typecheck.json",
"codegen": "node scripts/codegen.js"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display