@lani.ground/react-image-viewer
Advanced tools
Comparing version 0.1.4 to 1.0.0
@@ -70,2 +70,4 @@ "use strict"; | ||
return undefined; | ||
if (document.querySelector("#".concat(exports.GROUND_IMAGE_VIEWER_ROOT))) | ||
return undefined; | ||
var $imageViewerRoot = document.createElement('div'); | ||
@@ -72,0 +74,0 @@ $imageViewerRoot.setAttribute('id', exports.GROUND_IMAGE_VIEWER_ROOT); |
@@ -64,2 +64,4 @@ 'use client'; | ||
return undefined; | ||
if (document.querySelector("#".concat(GROUND_IMAGE_VIEWER_ROOT))) | ||
return undefined; | ||
var $imageViewerRoot = document.createElement('div'); | ||
@@ -66,0 +68,0 @@ $imageViewerRoot.setAttribute('id', GROUND_IMAGE_VIEWER_ROOT); |
{ | ||
"name": "@lani.ground/react-image-viewer", | ||
"version": "0.1.4", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44120
826
0