Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@celastrina/message

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celastrina/message - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

6

Message.js

@@ -134,3 +134,4 @@ /*

try {
let msg = JSON.parse(message);
//let msg = JSON.parse(message);
let msg = message;
if(typeof msg !== "object")

@@ -173,2 +174,5 @@ reject(CelastrinaValidationError.newValidationError("Invalid message.", "Message"));

super(azcontext, config);
azcontext.log.error("Message is object: " + (typeof message === "object"));
azcontext.log.error("Message is string: " + (typeof message === "string"));
azcontext.log.error(message);
/**@type{null|Message}*/this._message = message;

@@ -175,0 +179,0 @@ }

2

package.json
{
"name": "@celastrina/message",
"version": "1.7.5",
"version": "1.7.6",
"description": "Celastrina QStorage Function packages for Azure",

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

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