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

directus-transport-safe-run-middleware

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directus-transport-safe-run-middleware - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

3

dist/index.js

@@ -82,2 +82,3 @@ "use strict";

res.end = res.send = res.write = (raw => {
var _a;
let response = {

@@ -89,3 +90,3 @@ status,

try {
response.data = JSON.parse(raw);
response.data = (_a = JSON.parse(raw)) === null || _a === void 0 ? void 0 : _a.data;
}

@@ -92,0 +93,0 @@ catch (error) { }

{
"name": "directus-transport-safe-run-middleware",
"version": "1.0.23",
"version": "1.0.24",
"description": "A transport for the Directus JavaScript SDK which calls the express endpoints on the same server.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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