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

parse-time

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-time - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "parse-time",
"version": "0.1.3",
"version": "0.1.4",
"description": "Utility for parsing time strings",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -21,3 +21,3 @@ 'use strict';

var overflowHourToMeridian = !config || config.overflowHourToMeridian !== false
var meridian = values.meridian || config && config.meridian
var meridian = values.meridian || config && config.meridian === true
var limit = meridian? 12: 23

@@ -24,0 +24,0 @@ var plusOne = meridian? 12: 24

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