Socket
Socket
Sign inDemoInstall

fwsp-umf-message

Package Overview
Dependencies
2
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.2

6

index.js

@@ -85,2 +85,5 @@ 'use strict';

}
if (this.message['authorization']) {
message['aut'] = this.message['authorization'];
}
return message;

@@ -135,2 +138,5 @@ }

}
if (message.authorization || message.aut) {
proxy.authorization = message.authorization || message.aut;
}
return proxy;

@@ -137,0 +143,0 @@ }

2

package.json
{
"name": "fwsp-umf-message",
"version": "0.4.0",
"version": "0.4.2",
"description": "umf-message: a tool for creating and working with UMF style messages",

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

@@ -5,3 +5,2 @@ 'use strict';

const Utils = require('fwsp-jsutils');
const UMFMessage = require('../index.js');

@@ -8,0 +7,0 @@

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