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

gooddata

Package Overview
Dependencies
Maintainers
8
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gooddata - npm Package Compare versions

Comparing version 4.0.0-vaclavbohac-master-2017-09-27T13-44-54-349Z to 4.0.0-vaclavbohac-master-2017-09-27T14-10-11-714Z

12

index.d.ts

@@ -206,1 +206,13 @@ export interface IAccountInfo {

}
export interface IXhrSettings {
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD';
data?: any;
}
export module xhr {
export function get<T>(uri: string, settings?: IXhrSettings): Promise<T>;
export function post<T>(uri: string, settings?: IXhrSettings): Promise<T>;
export function put<T>(uri: string, settings?: IXhrSettings): Promise<T>;
export function ajax<T>(uri: string, settings?: IXhrSettings): Promise<T>;
}

2

package.json
{
"name": "gooddata",
"version": "4.0.0-vaclavbohac-master-2017-09-27T13-44-54-349Z",
"version": "4.0.0-vaclavbohac-master-2017-09-27T14-10-11-714Z",
"author": "GoodData",

@@ -5,0 +5,0 @@ "description": "GoodData JavaScript SDK",

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

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

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