Socket
Socket
Sign inDemoInstall

@splunk/dashboard-extension-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/dashboard-extension-webpack-plugin

Webpack plugin for building Splunk Enterprise dashboard extensions


Version published
Weekly downloads
1
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

@splunk/dashboard-extension-webpack-plugin

A Webpack plugin for building Splunk dashboard extensions.

It replaces the initial define with a require so that the extension module is executed.

Consider using the dashboard configuration file provided by @splunk/webpack-configs instead of using this plugin directly.

Install

Install the package:

npm install --save-dev @splunk/dashboard-extension-webpack-plugin

Usage

Import and add the plugin to your webpack configuration:

import DashboardPlugin from '@splunk/dashboard-extension-webpack-plugin';

{
    plugins: [new DashboardPlugin()]
}

FAQs

Package last updated on 12 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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