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.1.18 to 2.1.19

4

expressBridge.js

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

if (queue) {
_this.bridge.queue.mapQueuedAction(url, what);
_this.bridge.queue.mapQueuedAction(myUrl, what);
}

@@ -232,3 +232,3 @@ _this.app.route(myUrl).post(_this.process(function (req, res, orig) { return tslib_1.__awaiter(_this, void 0, void 0, function () {

_a = {};
return [4 /*yield*/, this.bridge.queue.submitJob(url, req, orig.body)];
return [4 /*yield*/, this.bridge.queue.submitJob(myUrl, req, orig.body)];
case 1:

@@ -235,0 +235,0 @@ r = (_a.queuedJobId = _b.sent(),

{
"name": "@remult/server",
"version": "2.1.18",
"version": "2.1.19",
"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