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

js-image-zoom

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-image-zoom - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

js-image-zoom.js

@@ -148,3 +148,3 @@ (function (root, factory) {

options = options || {};
container.style.position = 'absolute';
container.style.position = 'relative';
data.sourceImg.element.style.width = options.width + 'px' || 'auto';

@@ -151,0 +151,0 @@ data.sourceImg.element.style.height = options.height ? options.height + 'px' : 'auto';

{
"name": "js-image-zoom",
"version": "0.4.0",
"version": "0.4.1",
"main": "js-image-zoom.js",

@@ -19,3 +19,3 @@ "repository": {

},
"homepage": "https://github.com/malaman/js-image-zoom/package/#readme",
"homepage": "https://github.com/malaman/js-image-zoom/#readme",
"keywords": [

@@ -22,0 +22,0 @@ "image magnifier",

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