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

@schedule-x/calendar-controls

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/calendar-controls - npm Package Compare versions

Comparing version 2.0.0-alpha.0 to 2.0.0

2

dist/core.cjs.d.ts

@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals";

name: string;
// TODO v2: change to `beforeRender`
/**

@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter
/**

@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

@@ -158,5 +158,2 @@ 'use strict';

}
/**
* TODO v2: remove this method
* */
onRender($app) {

@@ -163,0 +160,0 @@ this.$app = $app;

@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals";

name: string;
// TODO v2: change to `beforeRender`
/**

@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter
/**

@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

@@ -156,5 +156,2 @@ var PluginName;

}
/**
* TODO v2: remove this method
* */
onRender($app) {

@@ -161,0 +158,0 @@ this.$app = $app;

@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals";

name: string;
// TODO v2: change to `beforeRender`
/**

@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

beforeRender?($app: CalendarAppSingleton | any): void;
// TODO v2: change to `onRender` and remove $app parameter
/**

@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit.

@@ -162,5 +162,2 @@ (function (global, factory) {

}
/**
* TODO v2: remove this method
* */
onRender($app) {

@@ -167,0 +164,0 @@ this.$app = $app;

4

package.json
{
"name": "@schedule-x/calendar-controls",
"umdName": "SXCalendarControls",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Plugin for extra controls for the Schedule-X calendar",

@@ -31,3 +31,3 @@ "author": {

"homepage": "https://schedule-x.dev",
"gitHead": "0a741570126e339dc6be3c112ece49b98348f6e4"
"gitHead": "75957004c3f5ea0157f8a2b99808f463a530f4be"
}
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