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

mqemitter

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqemitter - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

13

package.json
{
"name": "mqemitter",
"version": "1.0.0",
"version": "2.0.0",
"description": "An Opinionated Message Queue with an emitter-style API",

@@ -8,8 +8,5 @@ "main": "mqemitter.js",

"lint": "standard",
"test": "tape test.js | faucet"
"test": "standard && tape test.js | faucet"
},
"pre-commit": [
"lint",
"test"
],
"pre-commit": "test",
"website": "https://github.com/mcollina/mqemitter",

@@ -38,3 +35,3 @@ "repository": {

"pre-commit": "^1.0.7",
"standard": "^5.0.0",
"standard": "^6.0.0",
"tape": "^4.0.0"

@@ -44,4 +41,4 @@ },

"fastparallel": "^2.0.0",
"qlobber": "~0.5.0"
"qlobber": "~0.7.0"
}
}

@@ -165,14 +165,2 @@ mqemitter  [![Build Status](https://travis-ci.org/mcollina/mqemitter.png)](https://travis-ci.org/mcollina/mqemitter)

Copyright (c) 2014-2015, Matteo Collina <hello@matteocollina.com>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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