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

@looker/sdk

Package Overview
Dependencies
Maintainers
8
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/sdk - npm Package Compare versions

Comparing version 0.1.3-beta.17 to 0.1.3-beta.18

2

dist/rtl/browserTransport.d.ts

@@ -8,4 +8,4 @@ import { SDKResponse, ITransportSettings, HttpMethod, Authenticator } from './transport';

request<TSuccess, TError>(method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<SDKResponse<TSuccess, TError>>;
protected initRequest(method: HttpMethod, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<RequestInit>;
private initRequest;
stream<TSuccess>(callback: (readable: Readable) => Promise<TSuccess>, method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<TSuccess>;
}

@@ -30,5 +30,5 @@ import { Authenticator, HttpMethod, ITransportSettings, SDKResponse, Values } from './transport';

timeout(options?: Partial<ITransportSettings>): number;
protected initRequest(method: HttpMethod, path: string, queryParams?: any, body?: any, authenticator?: Authenticator, options?: Partial<ITransportSettings>): Promise<RequestOptions>;
private initRequest;
private ok;
}
export {};
{
"name": "@looker/sdk",
"version": "0.1.3-beta.17",
"version": "0.1.3-beta.18",
"description": "Looker SDK",

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

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