Socket
Socket
Sign inDemoInstall

tify

Package Overview
Dependencies
0
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.28.0 to 0.28.1

2

package.json
{
"name": "tify",
"version": "0.28.0",
"version": "0.28.1",
"description": "TIFY is a slim and mobile-friendly IIIF document viewer.",

@@ -5,0 +5,0 @@ "homepage": "https://tify.rocks/",

@@ -26,7 +26,7 @@ <h1>

``` html
<script src="tify.js?v0.28.0"></script>
<link rel="stylesheet" href="tify.css?v0.28.0">
<script src="tify.js?v0.28.1"></script>
<link rel="stylesheet" href="tify.css?v0.28.1">
```
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.28.0`.
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.28.1`.

@@ -36,4 +36,4 @@ - Or use [jsDelivr](https://www.jsdelivr.com/):

``` html
<script src="https://cdn.jsdelivr.net/npm/tify@0.28.0/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.28.0/dist/tify.css">
<script src="https://cdn.jsdelivr.net/npm/tify@0.28.1/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.28.1/dist/tify.css">
```

@@ -40,0 +40,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc