Socket
Socket
Sign inDemoInstall

amqper

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqper - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

2

lib/routify/router.js

@@ -31,3 +31,3 @@ 'use strict';

function Router(route, options, handler) {
this.options = options = _.defaults(options, defaults);
this.options = options = _.defaultsDeep(options, defaults);
this.options.route = route;

@@ -34,0 +34,0 @@ this.options.handler = handler;

{
"name": "amqper",
"version": "0.1.12",
"version": "0.1.13",
"description": "A simple and elegant AMQP client for node based on amqplib.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/taoyuan/amqper",

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