You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dayjs-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayjs-parser - npm Package Compare versions

Comparing version

to
1.0.3

2

package.json
{
"name": "dayjs-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Date parsing plugin for dayjs",

@@ -5,0 +5,0 @@ "keywords": [

# dayjs-parser
[![NPM Link](https://img.shields.io/npm/v/dayjs-parser?v=1.0.2)](https://npmjs.com/package/dayjs-parser)
[![Build Status](https://github.com/kensnyder/dayjs-parser/actions/workflows/workflow.yml/badge.svg?v=1.0.2)](https://github.com/kensnyder/dayjs-parser/actions)
[![Code Coverage](https://codecov.io/gh/kensnyder/dayjs-parser/branch/main/graph/badge.svg?v=1.0.2)](https://codecov.io/gh/kensnyder/dayjs-parser)
[![Language: TypeScript](https://badgen.net/static/language/TS?v=1.0.2)](https://github.com/search?q=repo:kensnyder/dayjs-parser++language:TypeScript&type=code)
![Tree shakeable](https://badgen.net/static/tree%20shakeable/yes/green?v=1.0.2)
[![ISC License](https://badgen.net/github/license/kensnyder/dayjs-parser?v=1.0.2)](https://opensource.org/licenses/ISC)
[![NPM Link](https://img.shields.io/npm/v/dayjs-parser?v=1.0.3)](https://npmjs.com/package/dayjs-parser)
[![Build Status](https://github.com/kensnyder/dayjs-parser/actions/workflows/workflow.yml/badge.svg?v=1.0.3)](https://github.com/kensnyder/dayjs-parser/actions)
[![Code Coverage](https://codecov.io/gh/kensnyder/dayjs-parser/branch/main/graph/badge.svg?v=1.0.3)](https://codecov.io/gh/kensnyder/dayjs-parser)
[![Language: TypeScript](https://badgen.net/static/language/TS?v=1.0.3)](https://github.com/search?q=repo:kensnyder/dayjs-parser++language:TypeScript&type=code)
![Tree shakeable](https://badgen.net/static/tree%20shakeable/yes/green?v=1.0.3)
[![ISC License](https://badgen.net/github/license/kensnyder/dayjs-parser?v=1.0.3)](https://opensource.org/licenses/ISC)

@@ -13,3 +13,3 @@ The most comprehensive and accurate date parser for Node and browsers. It uses

connects the capabilities of
[any-date-parser](https://npmjs.com/package/dany-date-parser) to
[any-date-parser](https://npmjs.com/package/any-date-parser) to
[dayjs](https://day.js.org).

@@ -56,3 +56,3 @@

dayjs.extend(parserPlugin);
dayjs.extend(dayjsParser);

@@ -77,3 +77,3 @@ const date1 = dayjs('Wed Jan 19 2022 17:52:46');

dayjs.extend(parserPlugin);
dayjs.extend(dayjsParser);
dayjs.locale('fr');

@@ -80,0 +80,0 @@

Sorry, the diff of this file is not supported yet