New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

notification-processor

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notification-processor - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

8

lib/sources/service.bus.source.js

@@ -30,9 +30,9 @@ (function() {

newNotification: function(arg) {
var message;
message = arg.message;
var deliveryCount, enqueuedTimeUtc, message, ref2, ref3;
(ref2 = arg.context, (ref3 = ref2.bindingData, enqueuedTimeUtc = ref3.enqueuedTimeUtc, deliveryCount = ref3.deliveryCount)), message = arg.message;
return {
message: _.omit(message, "Sent"),
meta: {
insertionTime: message.Sent,
dequeueCount: 0
insertionTime: enqueuedTimeUtc,
dequeueCount: deliveryCount
},

@@ -39,0 +39,0 @@ type: "sb"

{
"name": "notification-processor",
"version": "1.7.0",
"version": "1.7.1",
"description": "notification-processor",

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

Sorry, the diff of this file is not supported yet

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