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.3.3 to 1.3.4

2

dist/src/RouterServer.js

@@ -33,3 +33,3 @@ "use strict";

}
const response = await this.router.run(request);
const response = await this.router.run(request, res);
if (!response) {

@@ -36,0 +36,0 @@ const headers = {};

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

"types": "./dist/index.d.ts",
"version": "1.3.3",
"version": "1.3.4",
"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