New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5-pbenes-visualization-object-2018-01-10T13-05-43-626Z to 0.0.5-pbenes-visualization-object-2018-01-11T09-00-54-250Z

12

dist/index.d.ts

@@ -178,5 +178,5 @@ export declare namespace AFM {

absoluteDateFilter: {
from?: string | number;
to?: string | number;
dataSet?: IObjUriQualifier;
dataSet: IObjUriQualifier;
from: string;
to: string;
};

@@ -186,6 +186,6 @@ }

relativeDateFilter: {
from?: number | string;
to?: number | string;
dataSet: IObjUriQualifier;
granularity: string;
dataSet?: IObjUriQualifier;
from: number;
to: number;
};

@@ -192,0 +192,0 @@ }

@@ -167,3 +167,3 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

attributeLocatorItem: {
attributeIdentifier: Identifier,
attributeIdentifier: Identifier;
element: string;

@@ -253,5 +253,5 @@ };

absoluteDateFilter: {
from?: string | number; // TODO polish from/to types
to?: string | number;
dataSet?: IObjUriQualifier;
dataSet: IObjUriQualifier;
from: string;
to: string;
};

@@ -262,6 +262,6 @@ }

relativeDateFilter: {
from?: number | string;
to?: number | string;
dataSet: IObjUriQualifier
granularity: string;
dataSet?: IObjUriQualifier;
from: number;
to: number;
};

@@ -330,5 +330,5 @@ }

localIdentifier: Identifier;
definition: IMeasureDefinition | IPoPMeasureDefinition
definition: IMeasureDefinition | IPoPMeasureDefinition;
alias?: string;
title?: string,
title?: string;
format?: string;

@@ -341,3 +341,3 @@ };

localIdentifier: Identifier;
displayForm: IObjUriQualifier,
displayForm: IObjUriQualifier;
alias?: string

@@ -344,0 +344,0 @@ };

{
"name": "@gooddata/typings",
"version": "0.0.5-pbenes-visualization-object-2018-01-10T13-05-43-626Z",
"version": "0.0.5-pbenes-visualization-object-2018-01-11T09-00-54-250Z",
"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