Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elastic/plugin-helpers

Package Overview
Dependencies
Maintainers
20
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/plugin-helpers - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

7

lib/config_file.js

@@ -22,3 +22,6 @@ const resolve = require('path').resolve;

} catch (e) {
// noop
// rethrow error unless it's complaining about file not existing
if (e.code !== 'ENOENT') {
throw e;
}
}

@@ -29,3 +32,3 @@ });

'During development your plugin must be located in `../kibana-extra/{pluginName}` ' +
'relative to the Kibana directory to work with this package.\n'
'relative to the Kibana directory to work with this package.\n';

@@ -32,0 +35,0 @@ if (config.kibanaRoot) {

{
"name": "@elastic/plugin-helpers",
"version": "9.0.1",
"version": "9.0.2",
"description": "Just some helpers for kibana plugin devs.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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