Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

node-monologue

Package Overview
Dependencies
2
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

8

changelog.md

@@ -0,1 +1,9 @@

## v1.0.1
* Add support for node 15
## v1.0.0
* Add support for node 14
* Dropped support for node 8
* Update documentation to match ownership of Foo-Foo-MQ
## v0.4.0

@@ -2,0 +10,0 @@ * Convert to node only version of the lib... This is the first published version of this forked version of [monologue.js](https://github.com/postaljs/monologue.js)

27

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.0",
"homepage": "https://github.com/Foo-Foo-MQ/node-monologue.js",
"version": "1.0.1",
"homepage": "https://github.com/Foo-Foo-MQ/node-monologue",
"repository": {
"type": "git",
"url": "git@github.com:Foo-Foo-MQ/node-monologue.js.git"
"url": "git@github.com:Foo-Foo-MQ/node-monologue.git"
},

@@ -13,5 +13,18 @@ "publishConfig": {

},
"author": "Zach Lintz, original implemenation thanks to Jim Cowart (http://ifandelse.com)",
"author": {
"name": "Foo-Foo-MQ Team",
"email": "dev@foofoomq.com"
},
"contributors": [
{
"name": "Zach Lintz",
"email": "zlintz@foofoomq.com",
"url": "https://github.com/zlintz"
},
{
"name": "Parker Johansen",
"email": "auroq@foofoomq.com",
"url": "https://github.com/auroq"
},
{
"name": "Jim Cowart",

@@ -50,3 +63,3 @@ "url": "http://ifandelse.com"

"email": "lintz.zach@gmail.com",
"url": "https://github.com/Foo-Foo-MQ/node-monologue.js/issues"
"url": "https://github.com/Foo-Foo-MQ/node-monologue/issues"
},

@@ -59,7 +72,7 @@ "main": "lib/monologue.js",

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

@@ -66,0 +79,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc