node-monologue
Advanced tools
Comparing version 0.4.0 to 1.0.0
/** | ||
* 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 @@ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32084
263
1
+ Addednode-riveter@1.0.1(transitive)
- Removednode-riveter@0.3.0(transitive)
Updatedlodash@^4.17.20
Updatednode-riveter@1.0.1