@annotorious/annotorious
Advanced tools
+2
-2
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1294031
0+ Added
- Removed
Updated