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

@schedule-x/react

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/react - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

dist/index.cjs.js

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

function useCalendarApp(config, plugins) {
const [calendarApp] = react.useState(() => calendar.createCalendar(config, plugins || []));
const [calendarApp] = react.useState(() => calendar.createCalendar(config, plugins));
return calendarApp;

@@ -56,3 +56,3 @@ }

if (typeof window !== 'undefined') {
setCalendarApp(calendar.createCalendar(config, plugins || []));
setCalendarApp(calendar.createCalendar(config, plugins));
}

@@ -59,0 +59,0 @@ }, []);

@@ -46,3 +46,3 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';

function useCalendarApp(config, plugins) {
const [calendarApp] = useState(() => createCalendar(config, plugins || []));
const [calendarApp] = useState(() => createCalendar(config, plugins));
return calendarApp;

@@ -54,3 +54,3 @@ }

if (typeof window !== 'undefined') {
setCalendarApp(createCalendar(config, plugins || []));
setCalendarApp(createCalendar(config, plugins));
}

@@ -57,0 +57,0 @@ }, []);

@@ -18,3 +18,3 @@ {

"types": "dist/types/index.d.ts",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",

@@ -21,0 +21,0 @@ "files": [

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