Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remult/server

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remult/server - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

4

expressBridge.js

@@ -322,7 +322,7 @@ "use strict";

if (data instanceof TypeError) {
data = { message: data.message + '\n' + data.stack };
data = { message: data.message, stack: data.stack };
}
var x = JSON.parse(JSON.stringify(data));
if (!x.message && !x.modelState)
data = { message: data.message };
data = { message: data.message, stack: data.stack };
if (util_1.isString(x))

@@ -329,0 +329,0 @@ data = { message: x };

{
"name": "@remult/server",
"version": "2.3.3",
"version": "2.3.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "Dependencies": {

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