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

pdf_editor_aleon35_react_plugin

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf_editor_aleon35_react_plugin - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

5

dist/index.js

@@ -14,3 +14,4 @@ "use strict";

tools = _ref.tools,
container = _ref.container;
container = _ref.container,
iframeSrc = _ref.iframeSrc;
var done = (0, _react.useRef)(false);

@@ -21,3 +22,3 @@ var iframeLoadedSuccessfully = (0, _react.useRef)(false); // Add this ref to keep track of iframe's load state

var iframe = document.createElement('iframe');
iframe.src = "/dist/index.html";
iframe.src = iframeSrc || "/dist/index.html";
iframe.id = "webviewer-1";

@@ -24,0 +25,0 @@ iframe.title = "webviewer";

2

package.json
{
"name": "pdf_editor_aleon35_react_plugin",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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