Socket
Socket
Sign inDemoInstall

orbital-list

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orbital-list - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/index.js

@@ -568,3 +568,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var withHoursAndMinutes = items.map(function (item) {
var minutes = time.getUTCHours() * 60 - item.timezoneOffset + time.getUTCMinutes();
var minutes = time.getUTCHours() * 60 + time.getUTCMinutes() - item.timezoneOffset + 24 * 60;
return _extends({}, item, {

@@ -571,0 +571,0 @@ hour: Math.floor(minutes / 60) % 24,

@@ -565,3 +565,3 @@ import React, { useRef, useState, useCallback, useEffect, createContext, useLayoutEffect, useContext } from 'react';

var withHoursAndMinutes = items.map(function (item) {
var minutes = time.getUTCHours() * 60 - item.timezoneOffset + time.getUTCMinutes();
var minutes = time.getUTCHours() * 60 + time.getUTCMinutes() - item.timezoneOffset + 24 * 60;
return _extends({}, item, {

@@ -568,0 +568,0 @@ hour: Math.floor(minutes / 60) % 24,

{
"name": "orbital-list",
"version": "0.1.2",
"version": "0.1.3",
"description": "A React library to display data using circles, orbits, and planets.",

@@ -5,0 +5,0 @@ "author": "lsenta",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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