New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@splunk/dashboard-definition

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/dashboard-definition - npm Package Compare versions

Comparing version

to
22.4.0

8

package.json

@@ -6,3 +6,3 @@ {

"author": "Splunk",
"version": "22.3.0",
"version": "22.4.0",
"scripts": {

@@ -20,3 +20,3 @@ "build": "NODE_ENV=production webpack --config ./webpack.config.js --bail",

"@babel/runtime-corejs2": "^7.12.5",
"@splunk/dashboard-utils": "^22.3.0",
"@splunk/dashboard-utils": "^22.4.0",
"@splunk/ui-utils": "^1.2.1",

@@ -30,4 +30,4 @@ "ajv": "^8.5.0",

"@babel/core": "^7.12.3",
"@splunk/dashboard-build-tools": "22.3.0",
"@splunk/dashboard-types": "^22.3.0",
"@splunk/dashboard-build-tools": "22.4.0",
"@splunk/dashboard-types": "22.4.0",
"@types/jest": "^26.0.23",

@@ -34,0 +34,0 @@ "jest": "^26.0.0",

@@ -1,2 +0,2 @@

import type { DashboardDefaultsDefinition, DashboardJSON, DataSourceDefinition, DataSourceOptions, EventHandlerDefinition, InputDefinition, LayoutOptions, RootDataSourcesDefinition, RootVisualizationsDefinition, StructureItem, VisualizationDefinition, VizContract } from '@splunk/dashboard-types';
import type { DashboardDefaultsDefinition, DashboardJSON, DataSourceDefinition, DataSourceOptions, EventHandlerDefinition, InputDefinition, LayoutOptions, RootDataSourcesDefinition, RootVisualizationsDefinition, StructureItem, TimeRange, VisualizationDefinition, VizContract } from '@splunk/dashboard-types';
import type { ErrorObject, ValidateFunction, JSONSchemaType } from 'ajv';

@@ -41,6 +41,2 @@ import { compare } from 'fast-json-patch';

}[];
interface TimeRange {
earliest?: string;
latest?: string;
}
interface AddLayoutItemArgs {

@@ -47,0 +43,0 @@ visualizationId?: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet