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.112 to 0.0.1-alpha.113

2

inventory/internal/item.d.ts

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

updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>;
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"Produto.Incluido">, t.LiteralC<"Produto.Alterado">, t.LiteralC<"Produto.Excluído">]>;
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"Produto.Incluido">, t.LiteralC<"Produto.Alterado">, t.LiteralC<"Produto.Excluido">]>;
}>]>;

@@ -31,0 +31,0 @@ export declare type Item = t.TypeOf<typeof Item>;

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

t.literal('Produto.Alterado'),
t.literal('Produto.Excluído')
t.literal('Produto.Excluido')
])

@@ -64,0 +64,0 @@ })

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

updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>;
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"LocalEstoque.Incluido">, t.LiteralC<"LocalEstoque.Alterado">, t.LiteralC<"LocalEstoque.Excluído">]>;
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"LocalEstoque.Incluido">, t.LiteralC<"LocalEstoque.Alterado">, t.LiteralC<"LocalEstoque.Excluido">]>;
}>]>;

@@ -24,0 +24,0 @@ export declare type Warehouse = t.TypeOf<typeof Warehouse>;

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

t.literal('LocalEstoque.Alterado'),
t.literal('LocalEstoque.Excluído')
t.literal('LocalEstoque.Excluido')
])

@@ -57,0 +57,0 @@ })

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