🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@turnkey/http

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/http - npm Package Compare versions

Comparing version
4.1.0
to
4.1.1
+6
-0
CHANGELOG.md
# @turnkey/http
## 4.1.1
### Patch Changes
- [#1365](https://github.com/tkhq/sdk/pull/1365) [`325fded`](https://github.com/tkhq/sdk/commit/325fdedf2c647c9a93f28aa7355b1ff0053689f9) Author [@MasterHW](https://github.com/MasterHW) - Update example links in READMEs and docs to reflect new category-based directory structure under `examples/`
## 4.1.0

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

+1
-1

@@ -1,2 +0,2 @@

export declare const VERSION = "@turnkey/http@4.1.0";
export declare const VERSION = "@turnkey/http@4.1.1";
//# sourceMappingURL=version.d.ts.map
'use strict';
const VERSION = "@turnkey/http@4.1.0";
const VERSION = "@turnkey/http@4.1.1";
exports.VERSION = VERSION;
//# sourceMappingURL=version.js.map

@@ -1,4 +0,4 @@

const VERSION = "@turnkey/http@4.1.0";
const VERSION = "@turnkey/http@4.1.1";
export { VERSION };
//# sourceMappingURL=version.mjs.map
{
"name": "@turnkey/http",
"version": "4.1.0",
"version": "4.1.1",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

@@ -89,3 +89,3 @@ # @turnkey/http

See [`createNewEthereumPrivateKey.ts`](/examples/with-ethers/src/createNewEthereumPrivateKey.ts) in the [`with-ethers`](/examples/with-ethers/) example.
See [`createNewEthereumPrivateKey.ts`](/examples/chain-integrations/with-ethers/src/createNewEthereumPrivateKey.ts) in the [`with-ethers`](/examples/chain-integrations/with-ethers/) example.

@@ -92,0 +92,0 @@ ## See also