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
3
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.118 to 0.0.1-alpha.119

4

inventory/index.d.ts

@@ -270,4 +270,2 @@ import * as t from 'io-ts';

ItemInternalId: t.StringC;
UnitPrice: t.NumberC;
TotalPrice: t.NumberC;
Quantity: t.NumberC;

@@ -282,2 +280,4 @@ UnitOfMeasureInternalId: t.StringC;

CostCenterCode: t.UnionC<[t.StringC, t.NullC]>;
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>;
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>;
}>]>>;

@@ -284,0 +284,0 @@ }>, t.PartialC<{

@@ -157,4 +157,2 @@ import * as t from 'io-ts';

ItemInternalId: t.StringC;
UnitPrice: t.NumberC;
TotalPrice: t.NumberC;
Quantity: t.NumberC;

@@ -169,2 +167,4 @@ UnitOfMeasureInternalId: t.StringC;

CostCenterCode: t.UnionC<[t.StringC, t.NullC]>;
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>;
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>;
}>]>>;

@@ -211,4 +211,2 @@ }>, t.PartialC<{

ItemInternalId: t.StringC;
UnitPrice: t.NumberC;
TotalPrice: t.NumberC;
Quantity: t.NumberC;

@@ -223,2 +221,4 @@ UnitOfMeasureInternalId: t.StringC;

CostCenterCode: t.UnionC<[t.StringC, t.NullC]>;
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>;
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>;
}>]>>;

@@ -225,0 +225,0 @@ }>, t.PartialC<{

@@ -90,4 +90,2 @@ "use strict";

ItemInternalId: t.string,
UnitPrice: t.number,
TotalPrice: t.number,
Quantity: t.number,

@@ -102,3 +100,5 @@ UnitOfMeasureInternalId: t.string,

CostCenterInternalId: custom_types_1.nullable(t.string),
CostCenterCode: custom_types_1.nullable(t.string)
CostCenterCode: custom_types_1.nullable(t.string),
UnitPrice: custom_types_1.nullable(t.number),
TotalPrice: custom_types_1.nullable(t.number)
})

@@ -105,0 +105,0 @@ ]);

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

@@ -5,0 +5,0 @@ "main": "index.ts",

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