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
37
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.17.1-qduval-master-2019-09-10T11-24-15-906Z to 2.17.1-qduval-master-2019-09-10T11-28-51-361Z

8

dist/src/AFM.d.ts

@@ -123,3 +123,3 @@ /**

interface IComparisonCondition {
comparisonCondition: {
comparison: {
operator: ComparisonConditionOperator;

@@ -129,6 +129,6 @@ value: number;

}
type RangeConditionMode = 'BETWEEN' | 'NOT_BETWEEN';
type RangeConditionOperator = 'BETWEEN' | 'NOT_BETWEEN';
interface IRangeCondition {
rangeCondition: {
mode: RangeConditionMode;
range: {
operator: RangeConditionOperator;
from: number;

@@ -135,0 +135,0 @@ to: number;

@@ -49,3 +49,3 @@ import { IObjectMeta } from './Meta';

interface IComparisonCondition {
comparisonCondition: {
comparison: {
operator: ComparisonConditionOperator;

@@ -55,6 +55,6 @@ value: number;

}
type RangeConditionMode = 'BETWEEN' | 'NOT_BETWEEN';
type RangeConditionOperator = 'BETWEEN' | 'NOT_BETWEEN';
interface IRangeCondition {
rangeCondition: {
mode: RangeConditionMode;
range: {
operator: RangeConditionOperator;
from: number;

@@ -61,0 +61,0 @@ to: number;

{
"name": "@gooddata/typings",
"version": "2.17.1-qduval-master-2019-09-10T11-24-15-906Z",
"version": "2.17.1-qduval-master-2019-09-10T11-28-51-361Z",
"description": "TypeScript definition files for GoodData platform",

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

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