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
56
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 2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z to 2.25.0-alpha-ptquang86-qp-sd-976-cfc-events-2020-07-16T09-55-27-820Z

17

dist/src/embedding/common.d.ts

@@ -179,6 +179,17 @@ import { AFM } from '../AFM';

type INegativeAttributeFilter = AFM.INegativeAttributeFilter;
type IAbsoluteDateFilter = AFM.IAbsoluteDateFilter;
interface IRelativeDateFilter extends AFM.IRelativeDateFilter {
excludeCurrentPeriod?: boolean;
interface IAbsoluteDateFilter {
absoluteDateFilter: {
dataSet?: ObjQualifier;
from: string;
to: string;
};
}
interface IRelativeDateFilter {
relativeDateFilter: {
dataSet?: ObjQualifier;
granularity: string;
from: number;
to: number;
};
}
type AttributeFilterItem = IPositiveAttributeFilter | INegativeAttributeFilter;

@@ -185,0 +196,0 @@ type DateFilterItem = IAbsoluteDateFilter | IRelativeDateFilter;

1

dist/src/embedding/common.js

@@ -74,3 +74,2 @@ "use strict";

(function (EmbeddedGdc) {
;
EmbeddedGdc.isDateFilter = AFM_1.AFM.isDateFilter;

@@ -77,0 +76,0 @@ EmbeddedGdc.isRelativeDateFilter = AFM_1.AFM.isRelativeDateFilter;

{
"name": "@gooddata/typings",
"version": "2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z",
"version": "2.25.0-alpha-ptquang86-qp-sd-976-cfc-events-2020-07-16T09-55-27-820Z",
"description": "TypeScript definition files for GoodData platform",

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

Sorry, the diff of this file is not supported yet

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