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.2 to 1.0.4

2

dist/index.js

@@ -17,3 +17,3 @@ "use strict";

var iframe = document.createElement('iframe');
iframe.src = "".concat(process.env.PUBLIC_URL, "/dist/index.html");
iframe.src = "/dist/index.html";
iframe.id = "webviewer-1";

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

{
"name": "pdf_editor_aleon35_react_plugin",
"version": "1.0.2",
"version": "1.0.4",
"description": "",

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

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

iframe.src = `${process.env.PUBLIC_URL}/dist/index.html`;
iframe.src = `/dist/index.html`;

@@ -18,0 +18,0 @@ iframe.id = "webviewer-1";

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