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.26.0-alpha-khanh-le-kl-sd-980-2020-07-20T03-01-05-764Z to 2.26.0-alpha-khanh-le-kl-sd-980-2020-07-21T10-07-22-503Z

2

dist/src/embedding/common.d.ts

@@ -214,2 +214,4 @@ import { AFM } from '../AFM';

}
function isRemoveDateFilter(filter: any): filter is EmbeddedGdc.IRemoveDateFilterItem;
function isRemoveAttributeFilter(filter: any): filter is EmbeddedGdc.IRemoveAttributeFilterItem;
}
"use strict";
exports.__esModule = true;
// (C) 2020 GoodData Corporation
exports.__esModule = true;
var lodash_1 = require("lodash");
var AFM_1 = require("../AFM");

@@ -82,3 +83,11 @@ /**

EmbeddedGdc.isObjectUriQualifier = AFM_1.AFM.isObjectUriQualifier;
function isRemoveDateFilter(filter) {
return !lodash_1.isEmpty(filter) && filter.dataSet !== undefined;
}
EmbeddedGdc.isRemoveDateFilter = isRemoveDateFilter;
function isRemoveAttributeFilter(filter) {
return !lodash_1.isEmpty(filter) && filter.displayForm !== undefined;
}
EmbeddedGdc.isRemoveAttributeFilter = isRemoveAttributeFilter;
})(EmbeddedGdc = exports.EmbeddedGdc || (exports.EmbeddedGdc = {}));
//# sourceMappingURL=common.js.map

2

package.json
{
"name": "@gooddata/typings",
"version": "2.26.0-alpha-khanh-le-kl-sd-980-2020-07-20T03-01-05-764Z",
"version": "2.26.0-alpha-khanh-le-kl-sd-980-2020-07-21T10-07-22-503Z",
"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