node-monologue
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -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 |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32505
0
+ Addednode-riveter@2.0.0(transitive)
- Removednode-riveter@1.0.2(transitive)
Updatedlodash@^4.17.21
Updatednode-riveter@^2.0.0