New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arch-api/http-exceptions-mappers

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arch-api/http-exceptions-mappers - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

12

dist/index.d.ts

@@ -0,1 +1,13 @@

import { Exception } from '@arch-api/exceptions';
import { HttpStatuses } from '@arch-api/http-status';
interface HttpExceptionMapperResponse {
code: string;
message: string;
status: HttpStatuses;
}
interface HttpExceptionMapper {
toResponse(exception: Exception): HttpExceptionMapperResponse;
}
export { HttpExceptionMapper, HttpExceptionMapperResponse };

2

package.json
{
"name": "@arch-api/http-exceptions-mappers",
"version": "2.1.1",
"version": "2.2.0",
"description": "Arch Api - Exceptions Mappers",

@@ -5,0 +5,0 @@ "keywords": [],

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