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

gooddata

Package Overview
Dependencies
Maintainers
4
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 1.4.0 to 1.5.0

9

lib/catalogue.js

@@ -153,7 +153,14 @@ 'use strict';

var omittedOptions = ['filter', 'types', 'paging', 'dataSetIdentifier', 'returnAllDateDataSets', 'returnAllRelatedDateDataSets'];
// includeObjectsWithTags has higher priority than excludeObjectsWithTags,
// so when present omit excludeObjectsWithTags
if (options.includeObjectsWithTags) {
omittedOptions.push('excludeObjectsWithTags');
}
var request = (0, _omit3.default)(_extends({}, LOAD_DATE_DATASET_DEFAULTS, REQUEST_DEFAULTS, options, getRequiredDataSets(options), {
bucketItems: bucketItems
}), ['filter', 'types', 'paging', 'dataSetIdentifier', 'returnAllDateDataSets', 'returnAllRelatedDateDataSets']);
}), omittedOptions);
return requestDateDataSets(projectId, request);
}

2

package.json
{
"name": "gooddata",
"version": "1.4.0",
"version": "1.5.0",
"author": "GoodData",

@@ -5,0 +5,0 @@ "description": "GoodData JavaScript SDK",

@@ -127,2 +127,9 @@ import { get, find, omit, cloneDeep } from 'lodash';

const omittedOptions = ['filter', 'types', 'paging', 'dataSetIdentifier', 'returnAllDateDataSets', 'returnAllRelatedDateDataSets'];
// includeObjectsWithTags has higher priority than excludeObjectsWithTags,
// so when present omit excludeObjectsWithTags
if (options.includeObjectsWithTags) {
omittedOptions.push('excludeObjectsWithTags');
}
const request = omit({

@@ -134,5 +141,5 @@ ...LOAD_DATE_DATASET_DEFAULTS,

bucketItems
}, ['filter', 'types', 'paging', 'dataSetIdentifier', 'returnAllDateDataSets', 'returnAllRelatedDateDataSets']);
}, omittedOptions);
return requestDateDataSets(projectId, request);
}

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