Socket
Socket
Sign inDemoInstall

react-adobe-embed

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-adobe-embed - npm Package Compare versions

Comparing version 0.5.69 to 0.6.69

4

lib/index.js

@@ -33,4 +33,4 @@ "use strict";

this.onLoaded = () => {
var _a, _b, _c;
this.previewFile(((_a = this.props.config) === null || _a === void 0 ? void 0 : _a.divId) || "pdf-div", ((_b = this.props.config) === null || _b === void 0 ? void 0 : _b.previewConfig) || AdobeReactView.staticDefaultCOnfig, ((_c = this.props.config) === null || _c === void 0 ? void 0 : _c.url) ||
var _a, _b, _c, _d;
this.previewFile(((_a = this.props.config) === null || _a === void 0 ? void 0 : _a.divId) || "pdf-div", ((_b = this.props.config) === null || _b === void 0 ? void 0 : _b.clientId) || "CLIENT_ID", ((_c = this.props.config) === null || _c === void 0 ? void 0 : _c.previewConfig) || AdobeReactView.staticDefaultCOnfig, ((_d = this.props.config) === null || _d === void 0 ? void 0 : _d.url) ||
AdobeReactView.demoUrl);

@@ -37,0 +37,0 @@ };

{
"name": "react-adobe-embed",
"version": "0.5.69",
"version": "0.6.69",
"description": "React Wrapper for Embed Adobe API",

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

@@ -9,2 +9,5 @@ import React from "react";

url: string;
fileMeta: {
[key: string | 'fileName' | 'id']: any;
};
};

@@ -88,6 +91,3 @@ };

focusOnRendering: any;
fileMetaData: {
[key: string]: any;
};
};
export default ReactViewAdobe;

Sorry, the diff of this file is not supported yet

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