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

caleres-zoom

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caleres-zoom - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

6

lib/jquery-dZoom.js

@@ -111,6 +111,6 @@ var modalTemplate = require('../templates/modal');

/* SET PROXY AND INITIALIZE VALUE --- */
$selectSize.attr({'id':$selectSize.attr('id') + '_clone','name':$selectSize.attr('name') + '_clone'});
$selectSize.attr({'id':($selectSize.attr('id') ? $selectSize.attr('id') : 'zoom-add-to-cart-sel') + '_clone','name':($selectSize.attr('name') ? $selectSize.attr('name') : 'zoom-add-to-cart-sel') + '_clone'});
$selectSize.data('$proxy', $('.chooseBox [id$="ddlSizeAndWidth"]')).val( $('.step2 .input-select select').val() );
$addToCart.attr({'id':$addToCart.attr('id') + '_clone','name':$addToCart.attr('name') + '_clone'});
$addToCart.attr({'id':($addToCart.attr('id') ? $addToCart.attr('id') : 'zoom-add-to-cart-btn') + '_clone','name':($addToCart.attr('name') ? $addToCart.attr('name') : 'zoom-add-to-cart-btn') + '_clone'});
$addToCart.data('$proxy', $('.chooseBox .btn_Add2Cart, .step2 .js-virtual-cart-btn').first());

@@ -117,0 +117,0 @@

{
"name": "caleres-zoom",
"version": "0.0.9",
"version": "0.0.10",
"description": "A zoom package for the Caleres web team.",

@@ -5,0 +5,0 @@ "main": "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