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.91 to 0.0.1-alpha.92

2

inventory/schema/Request.d.ts

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

SellerInternalId: t.UnionC<[t.StringC, t.NullC]>;
Observation: t.UnionC<[t.StringC, t.NullC]>;
}>]>;

@@ -227,2 +228,3 @@ }>;

SellerInternalId: t.UnionC<[t.StringC, t.NullC]>;
Observation: t.UnionC<[t.StringC, t.NullC]>;
}>]>>;

@@ -229,0 +231,0 @@ }>;

3

inventory/schema/Request.js

@@ -126,3 +126,4 @@ "use strict";

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

@@ -129,0 +130,0 @@ ]);

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