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.13 to 1.2.14

20

package.json
{
"name": "imq",
"version": "1.2.13",
"version": "1.2.14",
"description": "Simple JSON-based messaging queue for inter service communication",
"scripts": {
"prepublish": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/tsc && ./node_modules/.bin/nyc mocha && /usr/bin/env node -e \"require('opn')('file://`pwd`/coverage/index.html');process.exit(0)\"",
"test": "./node_modules/.bin/tsc && ./node_modules/.bin/nyc mocha && ./node_modules/.bin/nyc report --reporter=text-lcov | coveralls && /usr/bin/env node -e \"require('opn')('file://`pwd`/coverage/index.html');process.exit(0)\"",
"test-local": "export COVERALLS_REPO_TOKEN=$IMQ_COVERALLS_TOKEN && npm test",
"test-dev": "npm run test && npm run clean-js && npm run clean-typedefs && npm run clean-maps",

@@ -34,11 +35,13 @@ "clean-typedefs": "find . -name '*.d.ts' -not -wholename '*node_modules*' -not -wholename '*generator*' -type f -delete",

"devDependencies": {
"@types/chai": "^4.1.2",
"@types/microtime": "^2.1.0",
"@types/node": "^9.4.6",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/mock-require": "^2.0.0",
"@types/node": "^9.4.6",
"@types/sinon": "^4.3.0",
"@types/yargs": "^11.0.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^5.0.1",
"mocha-lcov-reporter": "^1.3.0",
"mock-require": "^3.0.1",

@@ -48,9 +51,9 @@ "nodeaffinity": "^0.1.0",

"opn": "^5.2.0",
"reflect-metadata": "^0.1.12",
"sinon": "^4.4.2",
"yargs": "^11.0.0",
"reflect-metadata": "^0.1.12",
"source-map-support": "^0.5.3",
"ts-node": "^5.0.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.2"
"typescript": "^2.7.2",
"yargs": "^11.0.0"
},

@@ -73,6 +76,7 @@ "main": "index.js",

"reporter": [
"html",
"text",
"html"
"text-summary"
]
}
}

2

README.md
# I Message Queue (imq)
[![Build Status](https://travis-ci.org/imqueue/imq.svg?branch=master)](https://travis-ci.org/imqueue/imq) [![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE)
[![Build Status](https://travis-ci.org/imqueue/imq.svg?branch=master)](https://travis-ci.org/imqueue/imq) [![Coverage Status](https://coveralls.io/repos/github/imqueue/imq/badge.svg?branch=master)](https://coveralls.io/github/imqueue/imq?branch=master) [![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE)

@@ -5,0 +5,0 @@ Simple JSON-based messaging queue for inter service communication

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