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

imq

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imq - npm Package Compare versions

Comparing version 1.2.18 to 1.2.19

17

package.json
{
"name": "imq",
"version": "1.2.18",
"version": "1.2.19",
"description": "Simple JSON-based messaging queue for inter service communication",

@@ -47,5 +47,5 @@ "keywords": [

"@types/microtime": "^2.1.0",
"@types/mocha": "^2.2.48",
"@types/mocha": "^5.2.0",
"@types/mock-require": "^2.0.0",
"@types/node": "^9.4.6",
"@types/node": "^10.0.2",
"@types/sinon": "^4.3.0",

@@ -63,8 +63,8 @@ "@types/yargs": "^11.0.0",

"reflect-metadata": "^0.1.12",
"sinon": "^4.4.2",
"sinon": "^5.0.2",
"source-map-support": "^0.5.3",
"ts-node": "^5.0.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.2",
"yargs": "^11.0.0"
"ts-node": "^6.0.2",
"typedoc": "^0.11.1",
"typescript": "^2.8.3",
"yargs": "^11.1.0"
},

@@ -76,2 +76,3 @@ "main": "index.js",

"nyc": {
"check-coverage": true,
"extension": [

@@ -78,0 +79,0 @@ ".ts"

@@ -6,2 +6,4 @@ # I Message Queue (imq)

[![Coverage Status](https://coveralls.io/repos/github/imqueue/imq/badge.svg?branch=master)](https://coveralls.io/github/imqueue/imq?branch=master)
[![David](https://img.shields.io/david/imqueue/imq.svg)](https://david-dm.org/imqueue/imq)
[![David](https://img.shields.io/david/dev/imqueue/imq.svg)](https://david-dm.org/imqueue/imq?type=dev)
[![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE)

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