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

commercelayer

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commercelayer - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "commercelayer",
"version": "1.1.5",
"version": "1.1.6",
"description": "The official Commerce Layer JS library",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -248,3 +248,3 @@ const elements = require('./elements')

}
quantitySelect.appendChild(option);
quantitySelect.appendChild(option)
}

@@ -256,4 +256,7 @@

var quantitySelectWrap = document.createElement('div')
quantitySelectWrap.classList.add('select')
quantitySelectWrap.appendChild(quantitySelect)
ui.addTableColElement(tableRow, quantitySelect, 'shopping-bag-col-qty')
ui.addTableColElement(tableRow, quantitySelectWrap, 'shopping-bag-col-qty')

@@ -260,0 +263,0 @@

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