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
2
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.13 to 0.0.1-alpha.14

internal/organization.d.ts

17

messages.d.ts

@@ -678,2 +678,19 @@ import * as t from 'io-ts';

}>, t.TypeC<{
kind: t.LiteralC<"organization">;
content: t.PartialC<{
erpId: t.StringC;
socialName: t.StringC;
documentNumber: t.StringC;
email: t.StringC;
cnae: t.StringC;
}>;
}>, t.TypeC<{
kind: t.LiteralC<"payment">;
content: t.PartialC<{
erpId: t.StringC;
organizationId: t.StringC;
date: t.Type<Date, string, unknown>;
value: t.NumberC;
}>;
}>, t.TypeC<{
kind: t.LiteralC<"request">;

@@ -680,0 +697,0 @@ identification: t.TypeC<{

4

messages.js

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

const occupation_1 = require("./internal/occupation");
const organization_1 = require("./internal/organization");
const payment_1 = require("./internal/payment");
const person_1 = require("./internal/person");

@@ -181,2 +183,4 @@ const stability_type_1 = require("./internal/stability-type");

metaMessage('greeting', exports.Greeting),
metaMessage('organization', organization_1.Organization),
metaMessage('payment', payment_1.Payment),
exports.BusinessRequestMessage,

@@ -183,0 +187,0 @@ userMessage('delete', exports.Delete),

2

package.json
{
"name": "quirons-broker",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"description": "A small library to expose the broker ttalk types",

@@ -5,0 +5,0 @@ "main": "index.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