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

@turnkey/http

Package Overview
Dependencies
Maintainers
5
Versions
65
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 2.9.0 to 2.9.1

6

CHANGELOG.md
# @turnkey/http
## 2.9.1
### Patch Changes
- Update generated files to latest release: optional pagination options were added to list sub-organization and list wallet account endpoints.
## 2.9.0

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

2

dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts

@@ -334,3 +334,3 @@ import { THttpConfig, TSignedRequest, TStamper } from "../../../../../base";

/**
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
*

@@ -337,0 +337,0 @@ * Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).

@@ -486,3 +486,3 @@ 'use strict';

/**
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
*

@@ -489,0 +489,0 @@ * Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).

@@ -427,3 +427,3 @@ 'use strict';

*
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
*

@@ -430,0 +430,0 @@ * `POST /public/v1/query/whoami`

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

export declare const VERSION = "@turnkey/http@2.9.0";
export declare const VERSION = "@turnkey/http@2.9.1";
//# sourceMappingURL=version.d.ts.map
'use strict';
const VERSION = "@turnkey/http@2.9.0";
const VERSION = "@turnkey/http@2.9.1";
exports.VERSION = VERSION;
//# sourceMappingURL=version.js.map
{
"name": "@turnkey/http",
"version": "2.9.0",
"version": "2.9.1",
"main": "./dist/index.js",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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