Huge News!Announcing our $40M Series B led by Abstract Ventures.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.25 to 1.0.26

3

dist/index.js

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

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

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

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

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

{
"name": "directus-transport-safe-run-middleware",
"version": "1.0.25",
"version": "1.0.26",
"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