New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@annotorious/annotorious

Package Overview
Dependencies
Maintainers
1
Versions
127
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.7.16
to
3.7.17
+2
-2
package.json
{
"name": "@annotorious/annotorious",
"version": "3.7.16",
"version": "3.7.17",
"description": "Add image annotation functionality to any web page with a few lines of JavaScript",

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

"dependencies": {
"@annotorious/core": "3.7.16",
"@annotorious/core": "3.7.17",
"dequal": "^2.0.3",

@@ -57,0 +57,0 @@ "rbush": "^4.0.1",

@@ -21,3 +21,3 @@ import type { Rectangle, RectangleGeometry } from '../../core';

if (typeof selector === 'string') {
const hashIndex = selector.indexOf("#");
const hashIndex = selector.indexOf('#');
if (hashIndex < 0) return false;

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

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

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