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

@splunk/dashboard-utils

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/dashboard-utils - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0

6

package.json

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

"author": "Splunk",
"version": "8.2.0",
"version": "8.3.0",
"scripts": {

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

"@babel/runtime-corejs2": "^7.5.5",
"@splunk/dashboard-definition": "^8.2.0",
"@splunk/dashboard-definition": "^8.3.0",
"@splunk/moment": "^0.5.0",

@@ -33,3 +33,3 @@ "@splunk/splunk-utils": "^1.2.1",

"@babel/core": "^7.5.5",
"@splunk/dashboard-build-tools": "8.2.0",
"@splunk/dashboard-build-tools": "8.3.0",
"chai": "^4.1.2",

@@ -36,0 +36,0 @@ "jest": "^24.1.0",

@@ -309,2 +309,3 @@ /*!

/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defaultTimePreset", function() { return defaultTimePreset; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defaultRealTimePreset", function() { return defaultRealTimePreset; });
/* harmony import */ var _babel_runtime_corejs2_core_js_parse_float__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(21);

@@ -1290,2 +1291,27 @@ /* harmony import */ var _babel_runtime_corejs2_core_js_parse_float__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs2_core_js_parse_float__WEBPACK_IMPORTED_MODULE_0__);

}];
var defaultRealTimePreset = [{
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('30 second window'),
earliest: 'rt-30s',
latest: 'rt'
}, {
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('1 minute window'),
earliest: 'rt-1m',
latest: 'rt'
}, {
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('5 minute window'),
earliest: 'rt-5m',
latest: 'rt'
}, {
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('30 minute window'),
earliest: 'rt-30m',
latest: 'rt'
}, {
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('1 hour window'),
earliest: 'rt-1h',
latest: 'rt'
}, {
label: Object(_splunk_ui_utils_i18n__WEBPACK_IMPORTED_MODULE_7__["_"])('All time (real-time)'),
earliest: 'rt',
latest: 'rt'
}].concat(defaultTimePreset);

@@ -1292,0 +1318,0 @@ /***/ })

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