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

dates-range-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dates-range-parser - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "dates-range-parser",
"version": "1.0.2",
"version": "1.0.3",
"author": "Xoredge <info@xoredge.com>",

@@ -5,0 +5,0 @@ "description": "A simple parser for dates range",

# Date Range Parser
The **Date Range Parser** is a standalone JavaScript library that provides a natural language-like construct for generating date range queries that would be fed into a database or search service.
The Date Range Parser is a library that allows parsing and interpreting human-readable date and time expressions and converting them into machine-readable date ranges.
This is a preferred option for power user tools as standard date widgets require the use of a mouse.
## Features
- Supports various date and time formats
- Handles relative date and time expressions
- Parses date ranges and time offsets
- Supports combining ranges and offsets
- Provides a simple and intuitive API
## Installation
The Date Range Parser can be installed via package managers like npm:
```shell
npm install date-range-parser
```
The Date Range Parser also contains a number parser that follows the same constructs.

@@ -8,0 +22,0 @@

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