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

@simonbackx/simple-endpoints

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simonbackx/simple-endpoints - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

3

dist/src/RouterServer.js

@@ -100,5 +100,6 @@ "use strict";

else {
console.error(e);
response = new EncodedResponse_1.EncodedResponse(500, headers, JSON.stringify(new simple_errors_1.SimpleErrors(new simple_errors_1.SimpleError({
code: "internal_error",
message: e.message
message: "An internal error occurred",
}))));

@@ -105,0 +106,0 @@ }

@@ -5,3 +5,3 @@ {

"types": "./dist/index.d.ts",
"version": "1.11.0",
"version": "1.11.1",
"scripts": {

@@ -8,0 +8,0 @@ "test": "jest --setupFiles dotenv/config",

Sorry, the diff of this file is not supported yet

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