pdf_editor_aleon35_react_plugin
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -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"; |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
563788