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.0.0 to 2.0.1

6

build/index.esm.js

@@ -36,5 +36,5 @@ import { __assign } from 'tslib';

fullDate: "yyyy, MMMM do",
normalDate: "EEE, MMM do",
shortDate: "MMM do",
monthAndDate: "MMMM do",
normalDate: "EEE, MMM d",
shortDate: "MMM d",
monthAndDate: "MMMM d",
dayOfMonth: "d",

@@ -41,0 +41,0 @@ year: "yyyy",

@@ -40,5 +40,5 @@ 'use strict';

fullDate: "yyyy, MMMM do",
normalDate: "EEE, MMM do",
shortDate: "MMM do",
monthAndDate: "MMMM do",
normalDate: "EEE, MMM d",
shortDate: "MMM d",
monthAndDate: "MMMM d",
dayOfMonth: "d",

@@ -45,0 +45,0 @@ year: "yyyy",

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

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

},
"gitHead": "29c8f93efe8086a1b5ebb51b0a99d669219d4cbf"
"gitHead": "4d4dc93068fce81e887a8e1771fc20984e915556"
}

@@ -38,5 +38,5 @@ import addDays from "date-fns/addDays";

fullDate: "yyyy, MMMM do",
normalDate: "EEE, MMM do",
shortDate: "MMM do",
monthAndDate: "MMMM do",
normalDate: "EEE, MMM d",
shortDate: "MMM d",
monthAndDate: "MMMM d",
dayOfMonth: "d",

@@ -43,0 +43,0 @@ year: "yyyy",

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