any-date-parser
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0
{ | ||
"name": "any-date-parser", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0", | ||
"description": "Parse a wide range of date formats including human-input dates", | ||
@@ -5,0 +5,0 @@ "tags": [ |
# any-date-parser | ||
[![NPM Link](https://badgen.net/npm/v/any-date-parser?v=2.0.0-rc.1)](https://npmjs.com/package/any-date-parser) | ||
[![Language](https://badgen.net/static/language/TS?v=2.0.0-rc.1)](https://github.com/search?q=repo:kensnyder/any-date-parser++language:TypeScript&type=code) | ||
[![Build Status](https://github.com/kensnyder/any-date-parser/actions/workflows/workflow.yml/badge.svg?v=2.0.0-rc.1)](https://github.com/kensnyder/any-date-parser/actions) | ||
[![Code Coverage](https://codecov.io/gh/kensnyder/any-date-parser/branch/main/graph/badge.svg?v=2.0.0-rc.1)](https://codecov.io/gh/kensnyder/any-date-parser) | ||
[![NPM Link](https://badgen.net/npm/v/any-date-parser?v=2.0.0)](https://npmjs.com/package/any-date-parser) | ||
[![Language](https://badgen.net/static/language/TS?v=2.0.0)](https://github.com/search?q=repo:kensnyder/any-date-parser++language:TypeScript&type=code) | ||
[![Build Status](https://github.com/kensnyder/any-date-parser/actions/workflows/workflow.yml/badge.svg?v=2.0.0)](https://github.com/kensnyder/any-date-parser/actions) | ||
[![Code Coverage](https://codecov.io/gh/kensnyder/any-date-parser/branch/main/graph/badge.svg?v=2.0.0)](https://codecov.io/gh/kensnyder/any-date-parser) | ||
![2400+ Tests](https://badgen.net/static/tests/2400+/green) | ||
[![Gzipped Size](https://badgen.net/bundlephobia/minzip/any-date-parser?label=minzipped&v=2.0.0-rc.1)](https://bundlephobia.com/package/any-date-parser@2.0.0-rc.1) | ||
[![Dependency details](https://badgen.net/bundlephobia/dependency-count/any-date-parser?v=2.0.0-rc.1)](https://www.npmjs.com/package/any-date-parser?activeTab=dependencies) | ||
[![Tree shakeable](https://badgen.net/bundlephobia/tree-shaking/any-date-parser?v=2.0.0-rc.1)](https://www.npmjs.com/package/any-date-parser) | ||
[![ISC License](https://badgen.net/github/license/kensnyder/any-date-parser?v=2.0.0-rc.1)](https://opensource.org/licenses/ISC) | ||
[![Gzipped Size](https://badgen.net/bundlephobia/minzip/any-date-parser?label=minzipped&v=2.0.0)](https://bundlephobia.com/package/any-date-parser@2.0.0) | ||
[![Dependency details](https://badgen.net/bundlephobia/dependency-count/any-date-parser?v=2.0.0)](https://www.npmjs.com/package/any-date-parser?activeTab=dependencies) | ||
[![Tree shakeable](https://badgen.net/bundlephobia/tree-shaking/any-date-parser?v=2.0.0)](https://www.npmjs.com/package/any-date-parser) | ||
[![ISC License](https://badgen.net/github/license/kensnyder/any-date-parser?v=2.0.0)](https://opensource.org/licenses/ISC) | ||
@@ -23,3 +23,3 @@ The most comprehensive and accurate date parser for Node and browsers. It uses | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/any-date-parser@2.0.0-rc.1/dist/browser-bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/any-date-parser@2.0.0/dist/browser-bundle.js"></script> | ||
``` | ||
@@ -26,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
51029