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.6.0 to 2.6.1

2

dist/request.js

@@ -59,3 +59,3 @@ "use strict";

case 'wechat-article': {
return Promise.resolve(__.news(message.content.elements.map(e => __.article(e.title, e.author, e.imageUrl, e.contentSourceUrl, e.content))));
return Promise.resolve(__.news(message.content.elements.map(e => __.article(e.title, e.digest, e.imageUrl, e.contentSourceUrl, e.content, e.author))));
}

@@ -62,0 +62,0 @@ case 'code':

{
"name": "recime-message-responder",
"version": "2.6.0",
"version": "2.6.1",
"description": "",

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

@@ -75,4 +75,5 @@ import HandleBars from 'handlebars';

case 'wechat-article': {
return Promise.resolve(__.news(message.content.elements.map(e =>
__.article(e.title, e.author, e.imageUrl, e.contentSourceUrl, e.content))));
return Promise.resolve(
__.news(message.content.elements.map(e =>
__.article(e.title, e.digest, e.imageUrl, e.contentSourceUrl, e.content,e.author))));
}

@@ -79,0 +80,0 @@ case 'code':

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