date-format
Advanced tools
Comparing version 4.0.4 to 4.0.5
# date-format Changelog | ||
## 4.0.5 | ||
- [chore(test): better test coverage instead of ignoring](https://github.com/nomiddlename/date-format/pull/48) - thanks [@peteriman](https://github.com/peteriman) | ||
- [chore(dep): updated dependencies](https://github.com/nomiddlename/date-format/pull/49) - thanks [@peteriman](https://github.com/peteriman) | ||
- eslint from 8.10.0 to 8.11.0 | ||
- mocha from 9.2.1 to 9.2.2 | ||
- package-lock.json | ||
- [chore(docs): updated README.md with badges](https://github.com/nomiddlename/date-format/pull/50) thanks [@peteriman](https://github.com/peteriman) | ||
## 4.0.4 | ||
@@ -37,4 +46,4 @@ | ||
- [eslint from 5.16.0 to 8.6.0 and mocha from 5.2.0 to 9.1.3](https://github.com/nomiddlename/date-format/pull/30) - thanks [@peteriman](https://github.com/peteriman) | ||
- [acorn from 6.2.0 to 6.4.2](https://github.com/nomiddlename/date-format/pull/29) | ||
- [lodash from 4.17.14 to 4.17.21](https://github.com/nomiddlename/date-format/pull/26) | ||
- [acorn from 6.2.0 to 6.4.2](https://github.com/nomiddlename/date-format/pull/29) - thanks [@Dependabot](https://github.com/dependabot) | ||
- [lodash from 4.17.14 to 4.17.21](https://github.com/nomiddlename/date-format/pull/26) - thanks [@Dependabot](https://github.com/dependabot) | ||
@@ -41,0 +50,0 @@ ## Previous versions |
@@ -207,3 +207,2 @@ "use strict"; | ||
*/ | ||
// istanbul ignore next | ||
function now() { | ||
@@ -210,0 +209,0 @@ return new Date(); |
{ | ||
"name": "date-format", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "Formatting Date objects as strings since 2013", | ||
@@ -32,5 +32,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"mocha": "^9.2.1", | ||
"mocha": "^9.2.2", | ||
"nyc": "^15.1.0", | ||
@@ -37,0 +37,0 @@ "should": "^13.2.3" |
@@ -1,4 +0,6 @@ | ||
date-format | ||
date-format [![CodeQL](https://github.com/nomiddlename/date-format/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/nomiddlename/date-format/actions/workflows/codeql-analysis.yml) [![Node.js CI](https://github.com/nomiddlename/date-format/actions/workflows/node.js.yml/badge.svg)](https://github.com/nomiddlename/date-format/actions/workflows/node.js.yml) | ||
=========== | ||
[![NPM](https://nodei.co/npm/date-format.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/date-format/) | ||
node.js formatting of Date objects as strings. Probably exactly the same as some other library out there. | ||
@@ -5,0 +7,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
14955
74
201