
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.