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

node-monologue

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-monologue - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

4

changelog.md

@@ -0,1 +1,5 @@

## v2.0.0
* Add support for node 16+
* Remove support for node 10
## v1.0.1

@@ -2,0 +6,0 @@ * Add support for node 15

8

package.json
{
"name": "node-monologue",
"description": "EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.",
"version": "1.0.1",
"version": "2.0.0",
"homepage": "https://github.com/Foo-Foo-MQ/node-monologue",

@@ -70,7 +70,7 @@ "repository": {

"engines": {
"node": ">=10 <=15"
"node": ">=12"
},
"dependencies": {
"lodash": "^4.17.20",
"node-riveter": "1.0.2"
"lodash": "^4.17.21",
"node-riveter": "^2.0.0"
},

@@ -77,0 +77,0 @@ "devDependencies": {

# node-monologue
[![Build Status](https://travis-ci.org/Foo-Foo-MQ/node-monologue.js.svg?branch=master)](https://travis-ci.org/Foo-Foo-MQ/node-monologue.js)
[![Coverage Status](https://coveralls.io/repos/github/Foo-Foo-MQ/node-monologue.js/badge.svg?branch=master)](https://coveralls.io/github/Foo-Foo-MQ/node-monologue.js?branch=master)
[![Build Status](https://travis-ci.com/Foo-Foo-MQ/node-monologue.svg?branch=main)](https://travis-ci.com/Foo-Foo-MQ/node-monologue)
[![Coverage Status](https://coveralls.io/repos/github/Foo-Foo-MQ/node-monologue/badge.svg?branch=master)](https://coveralls.io/github/Foo-Foo-MQ/node-monologue?branch=main)

@@ -6,0 +6,0 @@ ### Installation

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