Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lani.ground/react-image-viewer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lani.ground/react-image-viewer - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

2

dist/cjs/components/index.js

@@ -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);

2

package.json
{
"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

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