Socket
Socket
Sign inDemoInstall

recime-message-responder

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recime-message-responder - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

dist/responder.js

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

// ensure it's a flat array.
return result.reduce((a, b) => {
result = result.reduce((a, b) => {
return a.concat(b);

@@ -35,0 +35,0 @@ }, []);

{
"name": "recime-message-responder",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

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

@@ -37,3 +37,3 @@ import HandleBars from "handlebars";

// ensure it's a flat array.
return result.reduce((a, b)=>{
result = result.reduce((a, b)=>{
return a.concat(b);

@@ -40,0 +40,0 @@ }, []);

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc