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.2.0 to 0.2.1

4

index.js

@@ -143,3 +143,3 @@ 'use strict';

toShort(message) {
let convertedMessage = {};
let convertedMessage = Object.assign({}, message);
(message.to) && (convertedMessage.to = message.to);

@@ -164,3 +164,3 @@ (message.from) && (convertedMessage.frm = message.from);

toLong(message) {
let convertedMessage = {};
let convertedMessage = Object.assign({}, message);
(message.to) && (convertedMessage.to = message.to);

@@ -167,0 +167,0 @@ (message.frm) && (convertedMessage.from = message.frm);

{
"name": "fwsp-umf-message",
"version": "0.2.0",
"version": "0.2.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