Socket
Socket
Sign inDemoInstall

dude-remote

Package Overview
Dependencies
65
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.19 to 0.2.20

2

build/index.js

@@ -59,6 +59,4 @@ 'use strict';

if (token !== value) {
bot.log.silly('[remote]', 'unauthorized request', key, token);
return res.sendStatus(403);
}
bot.log.silly('[remote]', 'authorized request', key, token);
res.cookie(key, value);

@@ -65,0 +63,0 @@ return next();

2

package.json
{
"name": "dude-remote",
"version": "0.2.19",
"version": "0.2.20",
"description": "Remote plugin for dude",

@@ -5,0 +5,0 @@ "main": "build/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc