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.0 to 1.0.1

README.md

2

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

@@ -5,0 +5,0 @@ "main": "tinyview.js",

@@ -169,2 +169,5 @@ /* eslint-disable no-unused-vars */

});
this.canvasImage.addEventListener('mouseout', () => {
this.mouseDrag = false;
});

@@ -171,0 +174,0 @@ this.canvasImage.addEventListener('mousemove', (elem) => {

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