Socket
Socket
Sign inDemoInstall

@spinque/query-api

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.1

4

dist/Api.d.ts

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

import { ApiAuthenticationConfig, ApiConfig, ErrorResponse, Query, RequestOptions, RequestType, ResponseType, ResultItemTupleTypes } from './types';
import { ApiAuthenticationConfig, ApiConfig, Query, RequestOptions, RequestType, ResponseType, ResultItemTupleTypes } from './types';
/**

@@ -51,3 +51,3 @@ * Send queries to the Spinque Query API using fetch.

*/
fetch<T extends ResultItemTupleTypes[] = ResultItemTupleTypes[], R extends RequestType = 'results'>(queries: Query | Query[], options?: RequestOptions, requestType?: R): Promise<ResponseType<R, T> | ErrorResponse>;
fetch<T extends ResultItemTupleTypes[] = ResultItemTupleTypes[], R extends RequestType = 'results'>(queries: Query | Query[], options?: RequestOptions, requestType?: R): Promise<ResponseType<R, T>>;
/**

@@ -54,0 +54,0 @@ * Handle the response of a fetch to Spinque Query API.

{
"name": "@spinque/query-api",
"version": "0.15.0",
"version": "0.15.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc