Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tindtechnologies/universalviewer

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tindtechnologies/universalviewer

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

  • 4.0.26-alpha.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

TIND Universal Viewer

TIND Universal Viewer is a fork of Universal Viewer. It contains the following changes:

  • Removes bundled jQuery by changing all occurrences of require("jquery") with window.$.
  • Removes GitHub Workflows.

Publishing

Publishing is done manually. Here is how.

  1. Make sure you are on the latest develop branch

    git checkout develop
    git fetch
    git reset --hard origin/develop
    
  2. Bump the version. Note: this creates and tags a commit which should be pushed.

    npm version prerelease --preid=alpha
    git push origin develop
    
  3. Install NPM dependencies

    npm ci
    
  4. Build the assets

    npm run build && npm run build-tsc && npm run build-es
    
  5. Publish

    export NPM_TOKEN=<your token here>
    npm publish --access public --otp <2fa one time code here>
    

Universal Viewer

A community-developed open source project on a mission
to help you share your 📚📜📰📽️📻🗿 with the 🌎


Sponsors on Open Collective License

# slack     @ X


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.


🌐 Website

📖 Getting Started

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.

💻 Contributing

Read below to learn how to take part in improving the UV:

Contributors

🏅 Sponsors

Become a sponsor and join our Steering Group to help guide how our sponsorship funds are allocated.

📖 License

The Universal Viewer is released under the MIT license.

📖 Accessibility Statement

Read our Accessibility Statement

📣 Feedback

Read below how to engage with the UV community:

  • Join the discussion on Slack.
  • Ask a question, request a new feature and file a bug with GitHub issues.
  • Star the repository to show your support ⭐

Keywords

FAQs

Package last updated on 02 Sep 2024

Did you know?

Socket

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.

Install

Related posts

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