New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/resize

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/resize - npm Package Compare versions

Comparing version 1.36.0 to 1.37.0

2

./dist/core.cjs.js
'use strict';
require('preact');
const getTimePointsPerPixel = ($app) => {

@@ -4,0 +6,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight;

'use strict';
require('preact');
const getTimePointsPerPixel = ($app) => {

@@ -4,0 +6,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight;

@@ -0,1 +1,3 @@

import 'preact';
const getTimePointsPerPixel = ($app) => {

@@ -2,0 +4,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight;

4

dist/core.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('preact')) :
typeof define === 'function' && define.amd ? define(['exports', 'preact'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@schedule-x/resize"] = {}));

@@ -5,0 +5,0 @@ })(this, (function (exports) { 'use strict';

{
"name": "@schedule-x/resize",
"version": "1.36.0",
"version": "1.37.0",
"description": "Resize events in the Schedule-X calendar",

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

"homepage": "https://schedule-x.dev",
"gitHead": "d591c19076ceb52b019e533cb6d90929c00aee1d"
"gitHead": "56762ba2e48a7464fed988212d19492b813310b0"
}
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