diff-ymd-package
Advanced tools
Comparing version 2.3.2 to 3.0.0
@@ -261,2 +261,22 @@ ## Changelog | ||
### [v3.0.0] - [2024-02-24] | ||
#### Added | ||
- **Simplification:** Integrated security vurneability support | ||
- Updated the README.md documentation for following the best practices. | ||
#### Changed | ||
- Updated the README.md documentation for following the best practices. | ||
- Updated issue templates with correct descriptions and links | ||
#### Fixed | ||
- Fixed some issues related to the new changes. | ||
- Configured files for publishing diff-ymd-package v3.0.0. | ||
#### Documentation | ||
- README.md updated: Added consistent formating and recommended for best practices. | ||
### [Next Release] - Collecting issues and new features for next release | ||
@@ -266,4 +286,4 @@ | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v2.3.2...HEAD) | ||
- [v2.3.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v2.3.2) | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v3.0.0...HEAD) | ||
- [v3.0.0](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v3.0.0) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |
{ | ||
"name": "diff-ymd-package", | ||
"version": "2.3.2", | ||
"version": "3.0.0", | ||
"description": "A javascript library for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized desired formats like aY-bM-cD or aYears-bMonths-cDays or kDays or mWeeks or nMonths etc.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,3 +12,2 @@ # diff-ymd-package | ||
## Table of Contents | ||
@@ -54,3 +53,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@2.3.2/lib/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@3.0.0/lib/index.min.js"></script> | ||
@@ -77,3 +76,3 @@ ``` | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@2.3.2/lib/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/diff-ymd-package@3.0.0/lib/index.min.js"></script> | ||
@@ -80,0 +79,0 @@ ``` |
@@ -5,22 +5,17 @@ # Security Policy | ||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
Security updates are applied only to the most recent release/version. | ||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.1.x | :white_check_mark: | | ||
| 1.0.x | :x: | | ||
| 2.0.x | :white_check_mark: | | ||
| < 2.0 | :x: | | ||
| x.y.z@latest | :white_check_mark: | | ||
## Reporting a Vulnerability | ||
Use this section to tell people how to report a vulnerability. | ||
To securely report a vulnerability, please [Open an advisory on GitHub](https://github.com/farhan7reza7/diff-ymd-package/security/advisories/new). This form is also accessible when [Submitting a new issue](https://github.com/farhan7reza7/diff-ymd-package/issues/new/choose). | ||
Tell them where to go, how often they can expect to get an update on a | ||
reported vulnerability, what to expect if the vulnerability is accepted or | ||
declined, etc. | ||
## Vulnerability Process | ||
--- | ||
_This page is to be updated with the relevant contents._ | ||
1. Your report will be acknowledged as soon as possible for us. | ||
2. We will investigate and update the issue with relevant information. | ||
3. If we do not confirm the report, no further action will be taken and the issue will be closed. | ||
4. If we confirm the report, we will take actions to fix it. |
Sorry, the diff of this file is not supported yet
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
1154272
396