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

tinyview.js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyview.js - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "tinyview.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight javascript image viewer",

@@ -14,3 +14,3 @@ "main": "tinyview.js",

"keywords": [
"tinyview"
"tinyview,viewer,image,viewer.js,javascript"
],

@@ -17,0 +17,0 @@ "author": "jackson wong",

@@ -28,9 +28,2 @@ # TinyView.js

```
jsdoc/
├── ....
├── TinyView.html (Documentation generated by Jsdoc)
└── tinyview.js.html (Source code generated by Jsdoc)
```
## Getting Started

@@ -46,4 +39,4 @@

```
<link href="/path/to/tinyview.css" rel="stylesheet">
<script src="/path/to/tinyview.js"></script>
<link href="/path/to/tinyview.min.css" rel="stylesheet">
<script src="/path/to/tinyview.min.js"></script>
```

@@ -50,0 +43,0 @@ ### Example

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