Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@tindtechnologies/universalviewer
Advanced tools
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
TIND Universal Viewer is a fork of Universal Viewer. It contains the following changes:
require("jquery")
with window.$
.Publishing is done manually. Here is how.
Make sure you are on the latest develop
branch
git checkout develop
git fetch
git reset --hard origin/develop
Bump the version. Note: this creates and tags a commit which should be pushed.
npm version prerelease --preid=alpha
git push origin develop
Install NPM dependencies
npm ci
Build the assets
npm run build && npm run build-tsc && npm run build-es
Publish
export NPM_TOKEN=<your token here>
npm publish --access public --otp <2fa one time code here>
A community-developed open source project on a mission
to help you share your 📚📜📰📽️📻🗿 with the 🌎
npm install universalviewer --save
Please note that UV v4 is designed to work on evergreen browsers. If you need IE11 support, please use UV v3. Microsoft no longer supports IE11, and it reached end-of-life on June 15 2022.
See the examples for how to use the UV in various scenarios.
Read the technical docs to learn more about the code and available configuration options.
Read below to learn how to take part in improving the UV:
Become a sponsor and join our Steering Group to help guide how our sponsorship funds are allocated.
The Universal Viewer is released under the MIT license.
Read our Accessibility Statement
Read below how to engage with the UV community:
FAQs
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
The npm package @tindtechnologies/universalviewer receives a total of 210 weekly downloads. As such, @tindtechnologies/universalviewer popularity was classified as not popular.
We found that @tindtechnologies/universalviewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.