Socket
Socket
Sign inDemoInstall

cronofy-elements

Package Overview
Dependencies
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cronofy-elements - npm Package Compare versions

Comparing version 1.20.7 to 1.20.8

build/CronofyElements.v1.20.8.js

2

package.json
{
"name": "cronofy-elements",
"version": "1.20.7",
"version": "1.20.8",
"description": "Fast track scheduling with Cronofy's embeddable UI Elements",

@@ -5,0 +5,0 @@ "main": "build/npm/CronofyElements.js",

@@ -54,7 +54,7 @@ import React, { useContext } from "react";

return (
<React.Fragment key={`selected_${i}`}>
<React.Fragment key={`selected_${item.key}`}>
<div
css={css`
height: ${theme.slotHeightCalc.height *
theme.slotHeightCalc.multiple}px;
theme.slotHeightCalc.multiple}px;
position: absolute;

@@ -64,3 +64,3 @@ z-index: 5;

left: ${activeSlot.position.x *
theme.sizes.columnWidth}px;
theme.sizes.columnWidth}px;
width: ${theme.sizes.columnWidth}px;

@@ -67,0 +67,0 @@ display: flex;

Sorry, the diff of this file is too big to display

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