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.65 to 0.0.1-alpha.66

2

inventory/index.d.ts

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

Code: t.StringC;
CostCenterInternalId: t.StringC;
CostCenterCode: t.StringC;
}>]>;

@@ -262,0 +264,0 @@ }>>;

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

Code: t.StringC;
CostCenterInternalId: t.StringC;
CostCenterCode: t.StringC;
}>]>;

@@ -173,2 +175,3 @@ }>>;

DeliveryDateTime: t.UnionC<[t.Type<Date, string, unknown>, t.Type<string, string, unknown>]>;
SellerInternalId: t.StringC;
}>]>;

@@ -215,2 +218,4 @@ }>;

Code: t.StringC;
CostCenterInternalId: t.StringC;
CostCenterCode: t.StringC;
}>]>;

@@ -225,2 +230,3 @@ }>>;

DeliveryDateTime: t.UnionC<[t.Type<Date, string, unknown>, t.Type<string, string, unknown>]>;
SellerInternalId: t.StringC;
}>]>>;

@@ -227,0 +233,0 @@ }>;

7

inventory/schema/Request.js

@@ -84,3 +84,5 @@ "use strict";

t.partial({
Code: t.string
Code: t.string,
CostCenterInternalId: t.string,
CostCenterCode: t.string
})

@@ -105,3 +107,4 @@ ]);

Number: t.string,
DeliveryDateTime: t.union([custom_types_1.datetime, custom_types_1.date])
DeliveryDateTime: t.union([custom_types_1.datetime, custom_types_1.date]),
SellerInternalId: t.string
})

@@ -108,0 +111,0 @@ ]);

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

Code: t.StringC;
CostCenterInternalId: t.StringC;
CostCenterCode: t.StringC;
}>]>;

@@ -217,2 +219,4 @@ }>>;

Code: t.StringC;
CostCenterInternalId: t.StringC;
CostCenterCode: t.StringC;
}>]>;

@@ -219,0 +223,0 @@ }>>;

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

Code: t.string,
CostCenterInternalId: t.string,
CostCenterCode: t.string
})

@@ -88,0 +90,0 @@ ]);

{
"name": "quirons-broker",
"version": "0.0.1-alpha.65",
"version": "0.0.1-alpha.66",
"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