Socket
Socket
Sign inDemoInstall

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 0.4.0 to 1.0.0

4

lib/monologue.js
/**
* monologue.js - EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.
* node-monologue - EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.
* Author: Foo-Foo-MQ
* Version: v0.3.5
* Url: https://github.com/Foo-Foo-MQ/monologue.js
* Url: https://github.com/Foo-Foo-MQ/node-monologue
* License(s): MIT, GPL

@@ -7,0 +7,0 @@ */

{
"name": "node-monologue",
"description": "EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.",
"version": "0.4.0",
"homepage": "https://github.com/Foo-Foo-MQ/monologue.js",
"version": "1.0.0",
"homepage": "https://github.com/Foo-Foo-MQ/node-monologue.js",
"repository": {
"type": "git",
"url": "git@github.com:Foo-Foo-MQ/monologue.js.git"
"url": "git@github.com:Foo-Foo-MQ/node-monologue.js.git"
},

@@ -33,2 +33,3 @@ "publishConfig": {

"keywords": [
"node-monologue",
"monologue",

@@ -49,3 +50,3 @@ "postal",

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

@@ -58,15 +59,15 @@ "main": "lib/monologue.js",

"engines": {
"node": "^8 || ^10 || ^12"
"node": "^10 || ^12 || ^14"
},
"dependencies": {
"lodash": "^4.17.15",
"node-riveter": "0.3.0"
"lodash": "^4.17.20",
"node-riveter": "1.0.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"open": "~7.0.0",
"coveralls": "^3.1.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"open": "^7.1.0",
"should": "^13.2.3",
"sinon": "~7.5.0"
"sinon": "~9.0.3"
},

@@ -84,3 +85,3 @@ "licenses": [

"scripts": {
"test": "./node_modules/mocha/bin/mocha -r spec/helpers/node-setup.js ./spec/*.js",
"test": "mocha -r spec/helpers/node-setup.js ./spec/*.js",
"coverage": "nyc --exclude=**/*.spec.js --reporter=lcov npm run test ",

@@ -87,0 +88,0 @@ "show-coverage": "open ./coverage/lcov-report/index.html"

# node-monologue
[![Build Status](https://travis-ci.org/Foo-Foo-MQ/monologue.js.svg?branch=master)](https://travis-ci.org/Foo-Foo-MQ/monologue.js)
[![Coverage Status](https://coveralls.io/repos/github/Foo-Foo-MQ/monologue.js/badge.svg?branch=master)](https://coveralls.io/github/Foo-Foo-MQ/monologue.js?branch=master)
[![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)
### Installation
```
npm i node-monologue
```
```
const monologue = require('node-monologue')
```
### What is it?

@@ -7,0 +17,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