Socket
Socket
Sign inDemoInstall

launch-editor-middleware

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launch-editor-middleware - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

2

index.js

@@ -18,3 +18,3 @@ const url = require('url')

return function launchEditorMiddleware (req, res, next) {
return function launchEditorMiddleware (req, res) {
const { file } = url.parse(req.url, true).query || {}

@@ -21,0 +21,0 @@ if (!file) {

{
"name": "launch-editor-middleware",
"version": "2.7.0",
"version": "2.8.0",
"description": "express middleware for launching editor",

@@ -22,4 +22,4 @@ "main": "index.js",

"dependencies": {
"launch-editor": "^2.7.0"
"launch-editor": "^2.8.0"
}
}
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