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

@sheen4ntix/common

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sheen4ntix/common - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

build/events/base-listener.js

@@ -20,3 +20,3 @@ "use strict";

subscription.on('message', function (msg) {
// console.log(`Message received: ${this.subject} / ${this.queueGroupName}`);
console.log("Message received: " + _this.subject + " / " + _this.queueGroupName);
var parsedData = _this.parseMessage(msg);

@@ -23,0 +23,0 @@ _this.onMessage(parsedData, msg);

@@ -13,3 +13,3 @@ "use strict";

return reject(err);
// console.log('Event published to subject', this.subject);
console.log('Event published to subject', _this.subject);
resolve();

@@ -16,0 +16,0 @@ });

{
"name": "@sheen4ntix/common",
"version": "1.0.16",
"version": "1.0.17",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/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