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

@acanto/core-helpers

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acanto/core-helpers - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

item.ts

@@ -350,6 +350,6 @@ /**

function validateAddtoCart() {
const errors = validate();
const errors = validate();
// check quantity in the store if there is no error in attribute setup
if (!errors.length) {
if (!errors.length) {
const data = setDataOnElement();

@@ -356,0 +356,0 @@ return availableItem(product, data);

{
"name": "@acanto/core-helpers",
"version": "0.1.4",
"version": "0.1.5",
"author": "Acanto <info@acanto.net> (https://acanto.agency/)",

@@ -17,3 +17,3 @@ "license": "ISC",

"@acanto/core-dom": "^0.0.21",
"@acanto/core-forms": "^0.0.55",
"@acanto/core-forms": "^0.0.56",
"date-fns": "^2.21.3",

@@ -24,3 +24,3 @@ "lodash.debounce": "^4.0.8",

"sideEffects": false,
"gitHead": "ed2dd9ecb117a171283aa95e9c6699ef9dbe6d28"
"gitHead": "534f7c2a19593f5a2e9e9bce637dfe61336ceb4f"
}
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