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

@shopify/dates

Package Overview
Dependencies
Maintainers
13
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/dates - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-12hr-format-beta.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## Unreleased
- Allows `hour12: true` to be passed to `formatDate`
## [0.3.0] - 2020-02-19

@@ -11,0 +15,0 @@

2

dist/src/utilities/formatDate.js

@@ -23,3 +23,3 @@ "use strict";

var hourCycleRequired = resolvedOptions != null &&
options.hour12 != null &&
options.hour12 === false &&
resolvedOptions.hourCycle != null;

@@ -26,0 +26,0 @@ if (hourCycleRequired) {

{
"name": "@shopify/dates",
"version": "0.3.0",
"version": "0.3.1-12hr-format-beta.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Lightweight date operations library.",

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