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.9.0 to 1.9.1

2

package.json
{
"name": "commercelayer",
"version": "1.9.0",
"version": "1.9.1",
"description": "The Official Commerce Layer JS library",

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

@@ -206,2 +206,4 @@ const utils = require('./utils')

maxDays = dlt.max.days
minHours = dlt.min.hours
maxHours = dlt.max.hours
shippingMethodName = dlt.shipping_method.name

@@ -220,2 +222,4 @@ shippingMethodPrice = dlt.shipping_method.formatted_price_amount

setElementHTML(element, '.clayer-availability-message-available-max-days', maxDays)
setElementHTML(element, '.clayer-availability-message-available-min-hours', minHours)
setElementHTML(element, '.clayer-availability-message-available-max-hours', maxHours)
setElementHTML(element, '.clayer-availability-message-available-shipping-method-name', shippingMethodName)

@@ -222,0 +226,0 @@ setElementHTML(element, '.clayer-availability-message-available-shipping-method-price', shippingMethodPrice)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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