New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
54
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/js-utils - npm Package Compare versions

Comparing version 3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z to 3.10.7-alpha-ptquang86-kl-SD-978-2020-07-04T04-34-00-365Z

1

dist/utils/filterUtils.d.ts

@@ -13,2 +13,3 @@ import { EmbeddedGdc } from '@gooddata/typings';

datasetIdentifier?: string;
excludeCurrentPeriod?: boolean;
}

@@ -15,0 +16,0 @@ export interface ITransformedAttributeFilterItem {

5

dist/utils/filterUtils.js

@@ -66,3 +66,3 @@ "use strict";

else {
var _c = dateFilterItem.relativeDateFilter, granularity = _c.granularity, dataSet = _c.dataSet, from = _c.from, to = _c.to;
var _c = dateFilterItem.relativeDateFilter, granularity = _c.granularity, dataSet = _c.dataSet, from = _c.from, to = _c.to, excludeCurrentPeriod = dateFilterItem.excludeCurrentPeriod;
var _d = getObjectUriIdentifier(dataSet), datasetUri = _d.uri, datasetIdentifier = _d.identifier;

@@ -74,3 +74,4 @@ return {

datasetUri: datasetUri,
datasetIdentifier: datasetIdentifier
datasetIdentifier: datasetIdentifier,
excludeCurrentPeriod: excludeCurrentPeriod
};

@@ -77,0 +78,0 @@ }

{
"name": "@gooddata/js-utils",
"version": "3.10.7-alpha-khanh.le-kl-SD-978-2020-07-02T04-10-20-883Z",
"version": "3.10.7-alpha-ptquang86-kl-SD-978-2020-07-04T04-34-00-365Z",
"description": "Various utils shared on GoodData frontend",

@@ -49,3 +49,3 @@ "repository": {

"dependencies": {
"@gooddata/typings": "^2.24.9",
"@gooddata/typings": "2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z",
"js-cookie": "^2.1.4",

@@ -52,0 +52,0 @@ "lodash": "^4.17.15"

@@ -18,2 +18,3 @@ // (C) 2020 GoodData Corporation

datasetIdentifier?: string;
excludeCurrentPeriod?: boolean;
}

@@ -100,3 +101,4 @@

const {
relativeDateFilter: { granularity, dataSet, from, to }
relativeDateFilter: { granularity, dataSet, from, to },
excludeCurrentPeriod
} = dateFilterItem;

@@ -109,3 +111,4 @@ const { uri: datasetUri, identifier: datasetIdentifier } = getObjectUriIdentifier(dataSet);

datasetUri,
datasetIdentifier
datasetIdentifier,
excludeCurrentPeriod
};

@@ -112,0 +115,0 @@ }

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