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.72 to 1.0.74

public/pdf-ui/0353d3a6acc37ec6b16e6bf353926342.svg

4

dist/index.js

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

licenseKey = _ref.licenseKey,
uuid = _ref.uuid,
tools = _ref.tools,

@@ -69,3 +70,4 @@ locale = _ref.locale,

licenseKey: licenseKey,
mode: mode
mode: mode,
uuid: uuid
};

@@ -72,0 +74,0 @@

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

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

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

files: {name: string, url: string}[];
uuid?: string;
licenseKey: string;

@@ -9,0 +10,0 @@ tools: {

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

licenseKey,
uuid,
tools,

@@ -44,3 +45,3 @@ locale,

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

@@ -47,0 +48,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