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

resolve-bus-rabbitmq

Package Overview
Dependencies
Maintainers
1
Versions
603
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-bus-rabbitmq - npm Package Compare versions

Comparing version 0.14.4 to 0.15.0

es/index.js

13

package.json
{
"name": "resolve-bus-rabbitmq",
"version": "0.14.4",
"version": "0.15.0",
"description": "This package is an adapter for resolve-bus to emit events using RabbitMQ.",

@@ -8,3 +8,4 @@ "engines": {

},
"main": "./dist/index.js",
"main": "./lib/index.js",
"module": "./es/index.js",
"bugs": {

@@ -14,3 +15,5 @@ "url": "https://github.com/reimagined/resolve/issues"

"scripts": {
"prepare": "babel --config-file=../../../../.babelrc --source-maps --out-dir ./dist ./src",
"compile": "npm run compile:es && npm run compile:cjs",
"compile:es": "cross-env MODULE_TYPE=es MODULE_TARGET=server babel --config-file=../../../../babel.config.js --source-maps --out-dir ./es ./src",
"compile:cjs": "cross-env MODULE_TYPE=cjs MODULE_TARGET=server babel --config-file=../../../../babel.config.js --source-maps --out-dir ./lib ./src",
"test": "jest --config=../../../../jest.config.js --verbose",

@@ -33,5 +36,5 @@ "testw": "jest --config=../../../../jest.config.js --watchAll"

"devDependencies": {
"jest": "23.4.2",
"sinon": "^6.1.3"
"jest": "23.6.0",
"sinon": "6.2.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