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

@gooddata/typings

Package Overview
Dependencies
Maintainers
37
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/typings - npm Package Compare versions

Comparing version 0.0.1-vojty-init-2017-10-24T11-48-28-794Z to 0.0.1-vojty-init-2017-10-24T12-18-07-277Z

9

dist/index.d.ts

@@ -175,2 +175,5 @@ export declare namespace AFM {

executionResponse: {
links: {
uri: string;
};
dimensions: IResultDimension[];

@@ -182,8 +185,2 @@ };

data: string[][] | string[];
totals: any;
paging: {
count: number[];
offset: number[];
total: number[];
};
};

@@ -190,0 +187,0 @@ }

@@ -213,2 +213,5 @@ export namespace AFM {

executionResponse: {
links: {
uri: string;
};
dimensions: IResultDimension[];

@@ -220,9 +223,3 @@ }

executionResult: {
data: string[][] | string[],
totals: any;
paging: {
count: number[]
offset: number[],
total: number[]
}
data: string[][] | string[];
}

@@ -229,0 +226,0 @@ }

{
"name": "@gooddata/typings",
"version": "0.0.1-vojty-init-2017-10-24T11-48-28-794Z",
"version": "0.0.1-vojty-init-2017-10-24T12-18-07-277Z",
"description": "TypeScript definition files for GoodData platform",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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