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-27T14-10-11-714Z to 4.0.0-vojty-typings-2017-10-02T11-10-58-242Z

28

index.d.ts

@@ -0,1 +1,3 @@

export type ISortDirection = 'asc' | 'desc';
export interface IAccountInfo {

@@ -34,3 +36,3 @@ login: string;

offset: number;
order: 'asc' | 'desc';
order: ISortDirection;
filter: string;

@@ -44,6 +46,24 @@ prompt: string;

export interface IElement {
element: {
uri: string;
title: string;
};
}
export interface IValidElementsResponse {
items: string[];
paging: object;
elementsMeta: object;
validElements: {
items: IElement[];
paging: {
count: number;
offset: string;
total: string;
};
elementsMeta: {
attribute: string;
attributeDisplayForm: string;
filter: string;
order: ISortDirection;
};
}
}

@@ -50,0 +70,0 @@

2

package.json
{
"name": "gooddata",
"version": "4.0.0-vaclavbohac-master-2017-09-27T14-10-11-714Z",
"version": "4.0.0-vojty-typings-2017-10-02T11-10-58-242Z",
"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