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

@progress/kendo-popup-common

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-popup-common - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

dist/es/restrict-to-view.js

@@ -31,3 +31,3 @@ import alignPoint from './align-point';

if (elementAlignPoint !== anchorAlignPoint && !isPositionCentered && !isOriginCentered) {
if (elementAlignPoint !== anchorAlignPoint && !isPositionCentered && !isOriginCentered && offset > -1) {
if (offset + size > viewPortSize) {

@@ -34,0 +34,0 @@ output += -(anchorSize + size);

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

if (elementAlignPoint !== anchorAlignPoint && !isPositionCentered && !isOriginCentered) {
if (elementAlignPoint !== anchorAlignPoint && !isPositionCentered && !isOriginCentered && offset > -1) {
if (offset + size > viewPortSize) {

@@ -226,0 +226,0 @@ output += -(anchorSize + size);

{
"name": "@progress/kendo-popup-common",
"description": "Kendo UI Popup common package",
"version": "0.3.3",
"version": "0.3.4",
"publishConfig": {

@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com"

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