Socket
Socket
Sign inDemoInstall

hase

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hase - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

10

package.json
{
"name": "hase",
"version": "0.5.1",
"version": "0.5.2",
"description": "hase handles exchanges and queues on RabbitMQ.",

@@ -20,8 +20,8 @@ "contributors": [

"devDependencies": {
"assertthat": "0.8.2",
"assertthat": "0.8.3",
"knockat": "0.2.1",
"processenv": "0.1.1",
"roboter": "0.13.15",
"roboter-server": "0.13.15",
"shelljs": "0.7.5",
"roboter": "0.14.4",
"roboter-server": "0.14.4",
"shelljs": "0.7.6",
"uuidv4": "0.4.0"

@@ -28,0 +28,0 @@ },

@@ -91,3 +91,3 @@ # hase

message.next(); // or message.discard(); or message.defer();
};
});
});

@@ -155,3 +155,3 @@ });

The MIT License (MIT)
Copyright (c) 2014-2016 the native web.
Copyright (c) 2014-2017 the native web.

@@ -158,0 +158,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@@ -11,3 +11,39 @@ 'use strict';

});
task('universal/license', {
compatible: [
// Individual licenses
'Apache-2.0', 'Apache-2.0*',
'BSD-2-Clause', 'BSD-3-Clause',
'ISC',
'MIT', 'MIT/X11', 'MIT*',
'MIT Licensed. http://www.opensource.org/licenses/mit-license.php',
'Public Domain',
'Unlicense',
// Combined licenses
'(Apache-2.0 OR MPL-1.1)',
'BSD-3-Clause OR MIT',
'(MIT AND CC-BY-3.0)',
'(WTFPL OR MIT)'
],
ignore: {
// MIT, see https://github.com/squaremo/bitsyntax-js/commit/1692d9ec2b1bb703c44f10b181d383fa51a21f5d
bitsyntax: '0.0.4',
// BSD-3-Clause, see https://github.com/deoxxa/duplexer2/blob/0.0.2/LICENSE.md
duplexer2: '0.0.2',
// MIT, see https://github.com/mklabs/node-fileset/blob/v0.2.1/LICENSE-MIT
fileset: '0.2.1',
// MIT, https://github.com/tarruda/has/blob/1.0.1/package.json
has: '1.0.1',
// MIT, see https://github.com/eugeneware/unique-stream/blob/v1.0.0/LICENSE
'unique-stream': '1.0.0'
}
});
}).
start();

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

const pre = function (done) {
shell.exec('docker run -d -p 5673:5672 --name rabbitmq rabbitmq:3.4.4', errExec => {
shell.exec('docker run -d -p 5673:5672 --name rabbitmq rabbitmq:3.6.6-alpine', errExec => {
if (errExec) {

@@ -11,0 +11,0 @@ return done(errExec);

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