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
36
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 0.0.3 to 0.0.4

7

dist/index.d.ts

@@ -108,2 +108,3 @@ export declare namespace AFM {

attributeIdentifier: Identifier;
aggregation?: 'sum';
};

@@ -203,2 +204,7 @@ }

type DataValue = null | string | number;
interface Warning {
warningCode: string;
message: string;
parameters?: any[];
}
interface IExecutionResult {

@@ -214,2 +220,3 @@ executionResult: {

};
warnings?: Warning[];
};

@@ -216,0 +223,0 @@ }

@@ -137,2 +137,3 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

attributeIdentifier: Identifier;
aggregation?: 'sum';
};

@@ -271,2 +272,8 @@ }

export interface Warning {
warningCode: string;
message: string;
parameters?: any[];
}
export interface IExecutionResult {

@@ -282,2 +289,3 @@ executionResult: {

};
warnings?: Warning[];
}

@@ -284,0 +292,0 @@ }

2

package.json
{
"name": "@gooddata/typings",
"version": "0.0.3",
"version": "0.0.4",
"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