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

smqp

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smqp - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

CHANGELOG.md

2

dist/index.js

@@ -18,2 +18,3 @@ "use strict";

});
exports.default = void 0;
Object.defineProperty(exports, "getRoutingKeyPattern", {

@@ -25,3 +26,2 @@ enumerable: true,

});
exports.default = void 0;

@@ -28,0 +28,0 @@ var _Broker = require("./src/Broker");

@@ -6,4 +6,4 @@ "use strict";

});
exports.EventExchange = EventExchange;
exports.Exchange = Exchange;
exports.EventExchange = EventExchange;

@@ -10,0 +10,0 @@ var _Message = require("./Message");

@@ -6,4 +6,4 @@ "use strict";

});
exports.Consumer = Consumer;
exports.Queue = Queue;
exports.Consumer = Consumer;

@@ -10,0 +10,0 @@ var _shared = require("./shared");

{
"name": "smqp",
"version": "5.1.0",
"version": "5.1.1",
"description": "Synchronous message queuing package",

@@ -12,2 +12,3 @@ "author": {

"jsnext:main": "index.js",
"sideEffects": false,
"license": "MIT",

@@ -31,5 +32,3 @@ "repository": {

"dist/index.js",
"index.js",
"LICENSE",
"README.md"
"index.js"
],

@@ -63,11 +62,11 @@ "scripts": {

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.15.3",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"chai": "^4.2.0",
"chronokinesis": "^3.0.0",
"eslint": "^7.19.0",
"eslint": "^8.2.0",
"markdown-toc": "^1.2.0",
"mocha": "^9.0.3",
"mocha": "^9.1.3",
"nyc": "^15.1.0"

@@ -74,0 +73,0 @@ },

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