Socket
Socket
Sign inDemoInstall

fel

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fel - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { BoomOutput } from 'boom';
import { Output } from 'boom';

@@ -30,3 +30,3 @@ interface ValidationDetail {

root_error_id: string;
output?: BoomOutput;
output?: Output;
details?: Array<ValidationDetail>;

@@ -33,0 +33,0 @@ }

@@ -25,3 +25,3 @@ 'use strict';

const error_code = (0, _internals.getStatusCode)(code, cause);
(0, _boom.wrap)(error, error_code);
(0, _boom.boomify)(error, { statusCode: error_code });
error.code = error_code;

@@ -28,0 +28,0 @@

@@ -17,3 +17,4 @@ {

"dependencies": {
"boom": "5.2.0"
"boom": "^7.2.0",
"@types/boom": "^7.2.0"
},

@@ -68,3 +69,3 @@ "devDependencies": {

"homepage": "https://github.com/Springworks/fel#readme",
"version": "1.1.14"
"version": "1.1.15"
}
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