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

@annotorious/annotorious

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@annotorious/annotorious - npm Package Compare versions

Comparing version 3.0.12 to 3.0.13

1

dist/AnnotoriousOpts.d.ts

@@ -8,2 +8,3 @@ import { Annotation, DrawingStyleExpression, FormatAdapter, UserSelectActionExpression } from '@annotorious/core';

drawingMode?: DrawingMode;
modalSelect?: boolean;
userSelectAction?: UserSelectActionExpression<E>;

@@ -10,0 +11,0 @@ style?: DrawingStyleExpression<ImageAnnotation>;

4

package.json
{
"name": "@annotorious/annotorious",
"version": "3.0.12",
"version": "3.0.13",
"description": "Add image annotation functionality to any web page with a few lines of JavaScript",

@@ -52,3 +52,3 @@ "author": "Rainer Simon",

"dependencies": {
"@annotorious/core": "3.0.12",
"@annotorious/core": "3.0.13",
"rbush": "^4.0.1",

@@ -55,0 +55,0 @@ "uuid": "^11.0.3"

@@ -16,2 +16,8 @@ import type { Annotation, DrawingStyleExpression, FormatAdapter, UserSelectActionExpression } from '@annotorious/core';

// Modal selection mode WILL NOT CHANGE OR DE-SELECT THE CURRENT SELECTION if another
// annotation or empty space is clicked. Warning: this means that the user is no longer
// able to de-select until a programmatic de-select is triggered from the host app!
// Use this mode only in combination with custom popups!
modalSelect?: boolean;
userSelectAction?: UserSelectActionExpression<E>;

@@ -18,0 +24,0 @@

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