
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
eviewerjs
Advanced tools
[](https://eviewer.net) #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your applic
eViewer requires the following for deployment:
Install the dependencies and devDependencies and start the server.
npm i eviewerjs --save
This will also download all the assets that need to be included for eViewer to work.
Copy assets and resources to your public/static folder.
These assets need to be served with your application. For example, if your project is built into a dist folder, you could copy these assets into dist/public.
The folder you need to copy is node_modules/eviewerjs/assets.
import eViewerApp from "eviewerjs/js/eViewer7 v1.0.5";
this.eViewerObj = new eViewerApp();
this.eViewerObj.loadViewer("viewer", null, null).then(() => {
// Call API's to set viewer options if necessary
});
await import("eviewerjs/scripts");
await import("eviewerjs/runtime");
await import("eviewerjs/polyfills");
await import("eviewerjs/main");
await import("eviewerjs/js/events");
let docUrl = "http://www.africau.edu/images/default/sample.pdf";
let saveUrl = "";
let serverUrl = "";
let annotationUrl = "";
let userName = "demouser";
let isEditMode = true;
let repoType = "filesystem";
let fileName = "";
let password = "";
let options = {
type: "GET",
headers: {
Authorization:
"Bearer ",
},
};
this.eViewerObj.setDocumentEndPointOptions(options, saveUrl);
let documentSrvc = this.eViewerObj.getDocumentService();
documentSrvc
.loadDocument(
docUrl,
annotationUrl,
userName,
serverUrl,
isEditMode,
repoType,
password,
fileName
)
.then((response) => {
console.log("loadDocument");
});
Please visit https://eviewer.net or https://mstusa.com to learn more about licensing eViewer
FAQs
[](https://eviewer.net) #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your applic
The npm package eviewerjs receives a total of 0 weekly downloads. As such, eviewerjs popularity was classified as not popular.
We found that eviewerjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.