@cs-chatbots/router-masterbot-tools
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@cs-chatbots/router-masterbot-tools", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,2 +37,7 @@ 'use strict'; | ||
res.setSharedContext = (data) => { | ||
if (!(data instanceof Object)) { | ||
throw new Error( | ||
'res.setSharedContext(): argument must be an object' | ||
); | ||
} | ||
const sharedContext = { | ||
@@ -39,0 +44,0 @@ ...req.sharedContext, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1329361
34
2757
8