Socket
Socket
Sign inDemoInstall

box-annotations

Package Overview
Dependencies
0
Maintainers
6
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1-beta.0

2

package.json
{
"name": "box-annotations",
"version": "4.1.0",
"version": "4.1.1-beta.0",
"description": "Box Annotations",

@@ -5,0 +5,0 @@ "author": "Box (https://www.box.com/)",

@@ -13,2 +13,7 @@ import { Annotation, AnnotationHighlight, Position, Shape, Type } from '../@types';

// Ignore empty rects with a width or height of 0
if (width === 0 || height === 0) {
return;
}
if (x < minX) {

@@ -15,0 +20,0 @@ minX = x;

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc