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
151
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

to
0.0.1-alpha.145

6

esocial/messages.d.ts

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

export declare type Response = t.TypeOf<typeof Response>;
export declare const ESocialVersion: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
export declare const ESocialVersion: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">, t.LiteralC<"1.3.0">]>;
export declare const ESocialRequest: t.IntersectionC<[t.TypeC<{

@@ -414,3 +414,3 @@ action: t.UnionC<[t.LiteralC<"build">, t.LiteralC<"validate">]>;

}>, t.PartialC<{
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">, t.LiteralC<"1.3.0">]>;
}>]>;

@@ -852,3 +852,3 @@ export declare const ESocialSend: t.TypeC<{

}>, t.PartialC<{
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">, t.LiteralC<"1.3.0">]>;
}>]>;

@@ -855,0 +855,0 @@ }>, t.TypeC<{

@@ -43,2 +43,3 @@ "use strict";

t.literal('1.2.0'),
t.literal('1.3.0'),
]);

@@ -45,0 +46,0 @@ exports.ESocialRequest = t.intersection([

{
"name": "quirons-broker",
"version": "0.0.1-alpha.144",
"version": "0.0.1-alpha.145",
"description": "A small library to expose the broker types",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

Sorry, the diff of this file is too big to display