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.70 to 1.0.72

4

dist/index.js

@@ -24,2 +24,3 @@ "use strict";

locale = _ref.locale,
mode = _ref.mode,
container = _ref.container,

@@ -67,3 +68,4 @@ iframeSrc = _ref.iframeSrc,

locale: locale,
licenseKey: licenseKey
licenseKey: licenseKey,
mode: mode
};

@@ -70,0 +72,0 @@

{
"name": "pdf_editor_aleon35_react_plugin",
"version": "1.0.70",
"version": "1.0.72",
"description": "",

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

@@ -15,2 +15,3 @@ import * as React from 'react';

locale?: "en" | "es" | "ru",
mode?: "split" | "regular",
fileName?: string;

@@ -17,0 +18,0 @@ onFileFailed?: (message: string) => void;

@@ -9,2 +9,3 @@ import { useEffect, useRef, useState } from 'react';

locale,
mode,
container,

@@ -43,3 +44,3 @@ iframeSrc,

const targetOrigin = window.location.origin;
const message = { files, fileName, tools, locale, licenseKey };
const message = { files, fileName, tools, locale, licenseKey, mode };

@@ -46,0 +47,0 @@ // Set up a function to send the message

Sorry, the diff of this file is too big to display

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