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

fh-mbaas-client

Package Overview
Dependencies
Maintainers
16
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-mbaas-client - npm Package Compare versions

Comparing version 1.1.1 to 1.1.3

test/accept/test.js

23

Gruntfile.js

@@ -0,11 +1,24 @@

'use strict';
module.exports = function(grunt) {
// Project Configuration
grunt.initConfig({
jshint: {
all: ['index.js', 'lib/**/*.js', 'test/**/**/*.js']
},
unit: ['mocha -A -u exports --recursive -t 10000 ./test/unit']
unit: ['mocha -A -u exports --recursive -t 10000 ./test/unit'],
integrate:['mocha -A -u exports --recursive -t 10000 ./test/integrate'],
accept:['mocha -A -u exports --recursive -t 10000 ./test/accept'],
eslint: {
options: {
configFile: '.eslintrc.json'
},
target: ['lib/**/*.js']
}
});
grunt.loadNpmTasks('grunt-fh-build');
};
grunt.registerTask('test', ['eslint','fh:test']);
grunt.registerTask('unit', ['eslint', 'fh:unit']);
grunt.registerTask('dist', ['fh:dist']);
grunt.registerTask('default', ['fh:default']);
};
{
"name": "fh-mbaas-client",
"description": "FeedHenry MBaaS Client",
"version": "1.1.1",
"version": "1.1.3",
"author": "FeedHenry",

@@ -11,3 +11,3 @@ "main": "index.js",

"engines": {
"node": "4.4"
"node": ">=6"
},

@@ -18,3 +18,3 @@ "scripts": {

"dependencies": {
"fh-logger": "0.5.0",
"fh-logger": "^0.5.5",
"request": "^2.81.0",

@@ -24,6 +24,6 @@ "underscore": "^1.8.0"

"devDependencies": {
"grunt": "^1.0.1",
"eslint": "^2.7.0",
"grunt-fh-build": "^1.0.1",
"istanbul": "^0.4.3",
"eslint": "2.7.0",
"grunt": "1.0.1",
"grunt-fh-build": "^2.0.1",
"istanbul": "0.4.5",
"mocha": "^2.1.0",

@@ -30,0 +30,0 @@ "nock": "0.15.0",

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