Socket
Socket
Sign inDemoInstall

recime-message-responder

Package Overview
Dependencies
251
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.2

1

dist/responder.js

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

const __ = recime_bot_extension_1.default.default;
console.log('builder', this.context.args.sender);
return db.get(this.context.args.sender).then((values) => {

@@ -22,0 +21,0 @@ const vars = new vars_1.Vars(this.context.args.sender, JSON.parse(values) || {});

2

package.json
{
"name": "recime-message-responder",
"version": "2.5.1",
"version": "2.5.2",
"description": "",

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

@@ -32,3 +32,2 @@ import HandleBars from 'handlebars';

const __ = Ext.default;
console.log('builder', this.context.args.sender);
return db.get(this.context.args.sender).then((values) => {

@@ -35,0 +34,0 @@ const vars = new Vars(this.context.args.sender, JSON.parse(values) || {});

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