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.106 to 0.0.1-alpha.107

4

middleware-totvs/index.d.ts

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

statusDescription: t.StringC;
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -190,3 +190,3 @@ streamingErrorDetail: t.StringC;

statusDescription: t.StringC;
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -193,0 +193,0 @@ streamingErrorDetail: t.StringC;

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

statusDescription: t.StringC;
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -57,0 +57,0 @@ streamingErrorDetail: t.StringC;

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

// Agrupa todos os erros de transmissão retornados do Governo para o TAF. Os erros são listados por streamingErrorCode e streamingErrorDetail.
streamingErrorDetail: t.array(t.partial({
streamingErrors: t.array(t.partial({
// Código do erro retornado pelo Governo para o TAF, após transmissão do registro.

@@ -115,0 +115,0 @@ streamingErrorCode: t.string,

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

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