Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@date-io/date-fns

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@date-io/date-fns - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

README.md

9

build/index.esm.js

@@ -49,9 +49,10 @@ import addDays from 'date-fns/addDays';

minutes: "mm",
month: "MMMM",
month: "LLLL",
monthAndDate: "MMMM d",
monthAndYear: "MMMM yyyy",
monthAndYear: "LLLL yyyy",
monthShort: "MMM",
normalDate: "EEE, MMM d",
normalDate: "d MMMM",
normalDateWithWeekday: "EEE, MMM d",
seconds: "ss",
shortDate: "dd MMMM",
shortDate: "MMM d",
year: "yyyy"

@@ -58,0 +59,0 @@ };

@@ -53,9 +53,10 @@ 'use strict';

minutes: "mm",
month: "MMMM",
month: "LLLL",
monthAndDate: "MMMM d",
monthAndYear: "MMMM yyyy",
monthAndYear: "LLLL yyyy",
monthShort: "MMM",
normalDate: "EEE, MMM d",
normalDate: "d MMMM",
normalDateWithWeekday: "EEE, MMM d",
seconds: "ss",
shortDate: "dd MMMM",
shortDate: "MMM d",
year: "yyyy"

@@ -62,0 +63,0 @@ };

{
"name": "@date-io/date-fns",
"version": "2.1.0",
"version": "2.2.0",
"description": "Abstraction over common javascript date management libraries",

@@ -36,3 +36,3 @@ "main": "build/index.js",

"dependencies": {
"@date-io/core": "^2.1.0"
"@date-io/core": "^2.2.0"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "7589b2f00ad970ae4c835b7fd4c195fa3dc38615"
"gitHead": "fb544fcb8d281ae4642eb1677a3dc147d626c592"
}

@@ -52,9 +52,10 @@ import addDays from "date-fns/addDays";

minutes: "mm",
month: "MMMM",
month: "LLLL",
monthAndDate: "MMMM d",
monthAndYear: "MMMM yyyy",
monthAndYear: "LLLL yyyy",
monthShort: "MMM",
normalDate: "EEE, MMM d",
normalDate: "d MMMM",
normalDateWithWeekday: "EEE, MMM d",
seconds: "ss",
shortDate: "dd MMMM",
shortDate: "MMM d",
year: "yyyy"

@@ -61,0 +62,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