Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

6

dist/factories/createLogger.js

@@ -115,3 +115,7 @@ "use strict";

}
onMessage(context(message));
const nextMessage = context(message);
if (typeof nextMessage !== 'object' || nextMessage === null) {
throw new Error('Child middleware function must return a message object.');
}
onMessage(nextMessage);
}, parentContext);

@@ -118,0 +122,0 @@ }

2

package.json

@@ -80,3 +80,3 @@ {

"typings": "./dist/log.d.ts",
"version": "3.1.2"
"version": "3.1.3"
}
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