🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

date-periodjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-periodjs - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json
{
"name": "date-periodjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "calculates the dates between a start and end date on a given frequency",

@@ -5,0 +5,0 @@ "main": "lib/DatePeriodCalculator.js",

@@ -0,12 +1,23 @@

**deprecated**
functionality has been rolled into [simple-datejs](https://www.npmjs.com/package/simple-datejs)
# date-periodjs
calculates the dates between a start and end date with the given frequency of occurance
##valid frequencies
0 - one time
1 - daily
2 - weekly
3 - biweekly
4 - monthly
##install
$ npm install date-periodjs
$ bower install simple-datejs
##usage
###valid frequencies
0 - one time<br/>
1 - daily<br/>
2 - weekly<br/>
3 - biweekly<br/>
4 - monthly<br/>
```javascript

@@ -22,2 +33,2 @@ var dpc = require('date-periodjs');

console.log(dates);
```
```

Sorry, the diff of this file is not supported yet