Socket
Socket
Sign inDemoInstall

calcdate

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calcdate - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "calcdate",
"version": "2.0.0",
"version": "2.0.1",
"description": "Evalate a date expression calc`now + 3 days`)!",

@@ -5,0 +5,0 @@ "main": "dist/datecalculator.js",

@@ -138,2 +138,6 @@ # Date Calculator

**Example**
`{"2012 juillet", "YYYY MMM", "fr"}` + moment-bindings
`{"12/11/2000", "MM/dd/yyyy"}` + luxon-bindings
#### Duration

@@ -239,4 +243,3 @@

**Example**
`{["2012 juillet", "YYYY MMM", "fr"]}` + moment-bindings
`{["12/11/2000", "MM/dd/yyyy"]}` + luxon-bindings
`[ {"years": 1, "quarters"": 3, "milliseconds": 27} ]` + luxon-bindings - uses `luxon.Duration.fromObject`

@@ -266,3 +269,3 @@ #### Interval

**Note**
Note all bindings support intervals!
Not all bindings support intervals!

@@ -273,2 +276,7 @@ ##### Binding depended

**Example**
`~2007-03-01T13:00:00Z/P1Y2M10DT2H30M~` + luxon-bindings - uses `luxon.Interval.fromISO`
#### Unitless

@@ -275,0 +283,0 @@

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