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 2.15.0 to 2.16.0

9

dist/src/DashboardLayout.d.ts

@@ -20,2 +20,3 @@ import { VisualizationObject } from './VisualizationObject';

style?: string;
header?: SectionHeader;
}

@@ -38,1 +39,9 @@ export interface IFluidLayoutColumn {

}
export declare type SectionHeader = ISectionHeader | ISectionDescription;
export interface ISectionHeader {
title: string;
description?: string;
}
export interface ISectionDescription {
description: string;
}

2

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