Socket
Socket
Sign inDemoInstall

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.18 to 1.0.20

3

dist/index.js

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

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

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

{
"name": "pdf_editor_aleon35_react_plugin",
"version": "1.0.18",
"version": "1.0.20",
"description": "",

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

@@ -10,3 +10,4 @@ import { useEffect, useRef } from 'react';

container,
iframeSrc
iframeSrc,
onFileFailed
}) => {

@@ -13,0 +14,0 @@ const done = useRef(false);

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