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

sundial

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sundial - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

5

lib/index.js

@@ -44,5 +44,4 @@ // == BSD2 LICENSE ==

if (convertedMoment.zone() === 0) {
userOffsetFromUTC = userOffsetFromUTC || false;
if (userOffsetFromUTC == false) {
// Make sure we have an offset. An offset of 0 is very possible so truthyness is our enemy here.
if (userOffsetFromUTC == null) {
throw new Error('Sorry but userOffsetFromUTC is required');

@@ -49,0 +48,0 @@ }

6

package.json
{
"name": "sundial",
"version": "0.0.1",
"version": "0.0.3",
"description": "Tidepool's datetime library thingie.",
"keywords": [
"discovery"
"datetime",
"date",
"time"
],

@@ -8,0 +10,0 @@ "homepage": "https://github.com/tidepool-org/hakken",

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