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
54
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.24.8 to 2.24.9

5

dist/src/embedding/common.d.ts

@@ -184,2 +184,3 @@ import { AFM } from '../AFM';

type FilterItem = DateFilterItem | AttributeFilterItem;
type ObjQualifier = AFM.ObjQualifier;
const isDateFilter: typeof AFM.isDateFilter;

@@ -190,3 +191,5 @@ const isRelativeDateFilter: typeof AFM.isRelativeDateFilter;

const isPositiveAttributeFilter: typeof AFM.isPositiveAttributeFilter;
const isNegativeAttributeFilter: typeof AFM.isPositiveAttributeFilter;
const isNegativeAttributeFilter: typeof AFM.isNegativeAttributeFilter;
const isObjIdentifierQualifier: typeof AFM.isObjIdentifierQualifier;
const isObjectUriQualifier: typeof AFM.isObjectUriQualifier;
/**

@@ -193,0 +196,0 @@ * The filter context content that is used to exchange the filter context

4

dist/src/embedding/common.js

@@ -79,4 +79,6 @@ "use strict";

EmbeddedGdc.isPositiveAttributeFilter = AFM_1.AFM.isPositiveAttributeFilter;
EmbeddedGdc.isNegativeAttributeFilter = AFM_1.AFM.isPositiveAttributeFilter;
EmbeddedGdc.isNegativeAttributeFilter = AFM_1.AFM.isNegativeAttributeFilter;
EmbeddedGdc.isObjIdentifierQualifier = AFM_1.AFM.isObjIdentifierQualifier;
EmbeddedGdc.isObjectUriQualifier = AFM_1.AFM.isObjectUriQualifier;
})(EmbeddedGdc = exports.EmbeddedGdc || (exports.EmbeddedGdc = {}));
//# sourceMappingURL=common.js.map
{
"name": "@gooddata/typings",
"version": "2.24.8",
"version": "2.24.9",
"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