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.140 to 0.0.1-alpha.141

2

inventory/index.d.ts

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

CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>;

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

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

CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>;

@@ -213,3 +213,3 @@ }>, t.PartialC<{

CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>;
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>;

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

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

CurrentStockAmount: t.union([t.string, t.number]),
AvaliableStockAmount: t.union([t.string, t.number]),
AvailableStockAmount: t.union([t.string, t.number]),
BookedStockAmount: t.union([t.string, t.number]),

@@ -99,0 +99,0 @@ }),

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