Socket
Socket
Sign inDemoInstall

date-fns

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-fns - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

src/__tests__/add_days_test.js

6

CHANGELOG.md
# Changelog
## v0.5.0 (7 Oct 2014)
* Additions:
- `addDays`
- `subDays`
## v0.4.0 (7 Oct 2014)

@@ -4,0 +10,0 @@

2

package.json
{
"name": "date-fns",
"version": "0.4.0",
"version": "0.5.0",
"author": "Sasha Koss <kossnocorp@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Date helpers",

@@ -18,2 +18,4 @@ # date-fns

* [`eachDay`](./src/each_day) - returns array of dates within specified range
* [`addDays`](./src/add_days) - add specified number of days to passed date
* [`subDays`](./src/sub_days) - substract specified number of days from passed date
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