Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rss/common-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss/common-nodejs - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
package.json
{
"name": "@rss/common-nodejs",
"version": "0.0.5",
"version": "0.0.6",
"description": "common nodejs library",

@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution",

@@ -22,2 +22,7 @@ const bunyan = require('bunyan');

const body = { ...req.body };
if (body.user) {
delete body.user.token;
}
return {

@@ -33,3 +38,3 @@ method: req.method,

user,
body: req.body,
body,
};

@@ -36,0 +41,0 @@ },