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

fh-amqp-js

Package Overview
Dependencies
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-amqp-js - npm Package Compare versions

Comparing version 0.7.2 to 0.7.4

25

Gruntfile.js
module.exports = function(grunt) {
'use strict';
// Just set shell commands for running different types of tests
grunt.initConfig({
unit_cmd: 'mocha',
unit_args: '-A -u exports --recursive -t 10000 ./test/test-*.js',
unit: '<%= unit_cmd %> <%= unit_args %>',
istanbul_cmd: 'istanbul cover --dir cov-unit',
unit_cover: '<%= istanbul_cmd %> <%= unit_cmd %> -- <%= unit_args %>'
_test_runner: '_mocha',
_istanbul: 'istanbul cover --dir',
_unit_args: '--recursive -t 10000 ./test/unit',
unit: '<%= _test_runner %> <%= _unit_args %>',
unit_cover: '<%= _istanbul %> cov-unit <%= _test_runner %> -- <%= _unit_args %>',
integrate:['<%= _test_runner %> ./test/integrate'],
accept:['<%= _test_runner %> ./test/accept'],
mochaTest: {
all: ['./test/*.js']
}
});
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-fh-build');
grunt.registerTask('default', ['fh:default']);
};
grunt.registerTask('default', ['mochaTest', 'fh:default']);
};
{
"name": "fh-amqp-js",
"version": "0.7.2",
"version": "0.7.4",
"description": "FeedHenry AMQP Client",

@@ -16,6 +16,6 @@ "repository": {

"amqp": "0.2.6",
"async": "0.2.7",
"lodash": "4.17.5",
"async": "1.4.0",
"lodash": "4.17.10",
"node-uuid": "^1.4.4",
"rc": "0.1.1"
"rc": "1.2.7"
},

@@ -27,2 +27,3 @@ "devDependencies": {

"grunt-fh-build": "^2.0.0",
"grunt-mocha-test": "^0.13.3",
"istanbul": "^0.4.3",

@@ -29,0 +30,0 @@ "mocha": "^2.2.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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