Socket
Book a DemoInstallSign in
Socket

@splunk-eap/time-range-utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk-eap/time-range-utils

Utilities for fetching, parsing, evaluating and manipulating time ranges.

latest
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

Time Range Utils

Utilities for fetching, parsing, evaluating and manipulating time ranges.

To get started with @splunk/time-range-utils:

Install

npm install @splunk-eap/time-range-utils

Or

yarn add @splunk-eap/time-range-utils

IE11 and Safari Support

The timeParser module relies on window.fetch and window.Promise. IE11 requires a polyfill for both. Safari 10.0 and lower require a polyfill for fetch. Since polyfills create globals, they are not included in the @splunk/time-range-utils package. To support these browsers, ensure polyfills, such as whatwg-fetch and promise-polyfill, are included as a part of your build.

The time module does not use window.fetch or window.Promise.

FAQs

Package last updated on 15 Jul 2020

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