New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@shopsys/framework

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopsys/framework

Shopsys Platform assets files

latest
Source
npmnpm
Version
14.5.0
Version published
Weekly downloads
942
22.02%
Maintainers
2
Weekly downloads
 
Created
Source

Client-side validation requires:

  • subform must have HTML container with attribute id="{form_name}_{subform_name}" eg.: customer_deliveryAddressData
  • collection of inputs or subforms must have HTML container with attribute id="{form_name}_{collection_name}" eg.: product_parameters
  • when dynamically adding new collection item, this code must be added: Shopsys.validation.addNewItemToCollection('#{form_name}_{collection_name}', index);
  • when dynamically removing new collection item, this code must be added: Shopsys.validation.removeItemFromCollection('#{form_name}_{collection_name}', index);

FAQs

Package last updated on 25 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts