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.26 to 1.0.28

4

dist/index.js

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

tools = _ref.tools,
locale = _ref.locale,
container = _ref.container,

@@ -44,3 +45,4 @@ iframeSrc = _ref.iframeSrc,

fileName: fileName,
tools: tools
tools: tools,
locale: locale
};

@@ -47,0 +49,0 @@

{
"name": "pdf_editor_aleon35_react_plugin",
"version": "1.0.26",
"version": "1.0.28",
"description": "",

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

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

fileName: string;
locale: "en" | "es",
tools: {

@@ -10,0 +11,0 @@ thumbnails?: ("zoom" | "expand")[];

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

tools,
locale,
container,

@@ -39,3 +40,3 @@ iframeSrc,

const targetOrigin = window.location.origin;
const message = { file, fileName, tools };
const message = { file, fileName, tools, locale };

@@ -42,0 +43,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