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.74 to 0.0.1-alpha.75

1

errors.d.ts

@@ -12,2 +12,3 @@ import { Either } from 'fp-ts/lib/Either';

BAD_REQUEST: null;
DECODED_ERROR: null;
}>;

@@ -14,0 +15,0 @@ declare type ErrorCode = t.TypeOf<typeof ErrorCodeKey>;

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

REQUIRED_ID_PARAMETER: null,
BAD_REQUEST: null
BAD_REQUEST: null,
DECODED_ERROR: null
});

@@ -78,2 +79,7 @@ exports.ErrorCodeKey = ErrorCodeKey;

detailedMessage: 'The id parameter is required for the specified method'
},
DECODED_ERROR: {
status: 400,
message: 'Decoded error message',
detailedMessage: 'The message sent is outside the established format'
}

@@ -80,0 +86,0 @@ });

2

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

@@ -5,0 +5,0 @@ "main": "index.ts",

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

BAD_REQUEST: null;
DECODED_ERROR: null;
}>;

@@ -765,2 +766,3 @@ }>, t.PartialC<{

BAD_REQUEST: null;
DECODED_ERROR: null;
}>;

@@ -767,0 +769,0 @@ }>, t.PartialC<{

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