Socket
Socket
Sign inDemoInstall

@open-tender/utils

Package Overview
Dependencies
532
Maintainers
7
Versions
285
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.25 to 0.4.26

2

dist/cjs/utils/cart.js

@@ -232,2 +232,3 @@ "use strict";

quantity: quantity,
shorthand: o.shorthand,
shortDescription: o.short_description,

@@ -287,2 +288,3 @@ shortName: o.short_name,

quantity: item.min_quantity || 1 * item.increment,
shorthand: item.shorthand,
shortDescription: item.short_description,

@@ -289,0 +291,0 @@ shortName: item.short_name,

@@ -217,2 +217,3 @@ import { isCreditTender, isHouseAccountTender, isOrderCustomer } from '@open-tender/types';

quantity: quantity,
shorthand: o.shorthand,
shortDescription: o.short_description,

@@ -272,2 +273,3 @@ shortName: o.short_name,

quantity: item.min_quantity || 1 * item.increment,
shorthand: item.shorthand,
shortDescription: item.short_description,

@@ -274,0 +276,0 @@ shortName: item.short_name,

2

package.json
{
"name": "@open-tender/utils",
"version": "0.4.25",
"version": "0.4.26",
"description": "A library of utils for use with Open Tender applications that utilize our cloud-based Order API.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc