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.3.0 to 0.3.1

3

js-image-zoom.js

@@ -19,4 +19,5 @@ (function (root, factory) {

*/
return function ImageZoom(container, options) {
return function ImageZoom(container, opts) {
"use strict";
var options = JSON.parse(JSON.stringify(opts));
if (!container) {

@@ -23,0 +24,0 @@ return;

{
"name": "js-image-zoom",
"version": "0.3.0",
"version": "0.3.1",
"main": "js-image-zoom.js",

@@ -5,0 +5,0 @@ "repository": {

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