
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
@mstechusa/eviewer7
Advanced tools
[](https://eviewer.net)\r #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your appli
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)\r #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your appli
The npm package @mstechusa/eviewer7 receives a total of 93 weekly downloads. As such, @mstechusa/eviewer7 popularity was classified as not popular.
We found that @mstechusa/eviewer7 demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.