Socket
Socket
Sign inDemoInstall

fwsp-umf-message

Package Overview
Dependencies
4
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

10

index.js

@@ -90,7 +90,7 @@ 'use strict';

}
if (this.message['for']) {
message['for'] = this.message['for'];
if (this.message['forward']) {
message['for'] = this.message['forward'];
}
if (this.message['body']) {
message.bdy = this.message['body'];
message['bdy'] = this.message['body'];
}

@@ -140,4 +140,4 @@ return message;

}
if (message['for']) {
proxy['for'] = message['for'];
if (message.forward) {
proxy.forward = message.forward;
}

@@ -144,0 +144,0 @@ if (message.body || message.bdy) {

{
"name": "fwsp-umf-message",
"version": "0.3.0",
"version": "0.3.1",
"description": "umf-message: a tool for creating and working with UMF style messages",

@@ -5,0 +5,0 @@ "author": "Carlos Justiniano",

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