Socket
Socket
Sign inDemoInstall

recime-message-responder

Package Overview
Dependencies
154
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.9 to 1.2.0

1

dist/code-block.js

@@ -36,2 +36,3 @@ "use strict";

},
Buffer: Buffer,
require: module => {

@@ -38,0 +39,0 @@ const location = `${process.env.HOME_DIR}/${process.env.UID}`;

5

dist/plugins/json-api.js

@@ -23,4 +23,5 @@ import request from "request";

}
// set the variable.
if (config.variable){
if (response.statusCode < 200 && response.statusCode > 299) {
console.log(body);
} else if (config.variable){
context.vars.set(config.variable, body);

@@ -27,0 +28,0 @@ }

{
"name": "recime-message-responder",
"version": "1.1.9",
"version": "1.2.0",
"description": "",

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

@@ -42,3 +42,3 @@ import fs = require('fs');

},
Buffer : Buffer,
require : module => {

@@ -45,0 +45,0 @@ const location = `${process.env.HOME_DIR}/${process.env.UID}`;

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