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

quirons-broker

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quirons-broker - npm Package Compare versions

Comparing version 0.0.1-alpha.138 to 0.0.1-alpha.139

2

inventory/internal/stock-level.d.ts

@@ -29,3 +29,3 @@ import * as t from 'io-ts';

export declare const Converter: {
fromInventoryUM(data: inventoryUM.StockLevelInfo): Array<StockLevel>;
fromInventory(data: inventoryUM.StockLevelInfo, useLotNumber: boolean): Array<StockLevel>;
};

@@ -61,3 +61,3 @@ "use strict";

exports.Converter = {
fromInventoryUM(data) {
fromInventory(data, useLotNumber) {
const { Header, Content } = data;

@@ -67,3 +67,3 @@ const stockLevel = [];

const { ListOfWarehouseStock, ListOfLotStock } = item;
if (ListOfLotStock && ListOfLotStock.length > 0) {
if (useLotNumber && ListOfLotStock && ListOfLotStock.length > 0) {
ListOfLotStock.forEach(warehouse => {

@@ -70,0 +70,0 @@ stockLevel.push({

{
"name": "quirons-broker",
"version": "0.0.1-alpha.138",
"version": "0.0.1-alpha.139",
"description": "A small library to expose the broker types",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

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