New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cnbritain/merlin-frontend-elementmagnify-js

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnbritain/merlin-frontend-elementmagnify-js - npm Package Compare versions

Comparing version 1.5.8 to 1.5.9

6

js/ElementMagnifyTouch.js

@@ -97,5 +97,5 @@ "use strict";

addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--close"), "touchend", this._hooks.onClose);
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--plus"), "touchend", this._hooks.onZoomIn);
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--minus"), "touchend", this._hooks.onZoomOut);
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--close"), "click", this._hooks.onClose);
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--plus"), "click", this._hooks.onZoomIn);
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--minus"), "click", this._hooks.onZoomOut);
},

@@ -102,0 +102,0 @@

{
"name": "@cnbritain/merlin-frontend-elementmagnify-js",
"cnOptions": {},
"version": "1.5.8",
"version": "1.5.9",
"description": "A handy-dandy reusuable front-end component for great justice.",

@@ -6,0 +6,0 @@ "main": "js/index.js",

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