fh-wfm-map
Advanced tools
Comparing version 0.0.12-alpha.2 to 0.0.12-alpha.e30455d3
@@ -0,10 +1,19 @@ | ||
'use strict'; | ||
module.exports = function(grunt) { | ||
'use strict'; | ||
require('load-grunt-tasks')(grunt); | ||
grunt.initConfig({ | ||
eslint: { | ||
src: ["lib/**/*.js"] | ||
}, | ||
mochify: { | ||
options: { | ||
reporter: 'spec' | ||
}, | ||
unit: { | ||
src: ['test/**/*-spec.js'] | ||
} | ||
} | ||
}); | ||
grunt.loadNpmTasks("grunt-eslint"); | ||
grunt.registerTask('default', ['eslint']); | ||
grunt.registerTask('test',['mochify:unit']); | ||
}; |
{ | ||
"name": "fh-wfm-map", | ||
"version": "0.0.12-alpha.2", | ||
"version": "0.0.12-alpha.e30455d3", | ||
"description": "A map module for FeedHenry WFM", | ||
@@ -22,9 +22,24 @@ "main": "lib/angular/map-ng.js", | ||
"devDependencies": { | ||
"fh-wfm-template-build": "0.2.1", | ||
"grunt": "^1.0.1", | ||
"grunt-eslint": "^18.0.0" | ||
"angular": "^1.6.3", | ||
"angular-mocks": "^1.6.3", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"coffee-script": "^1.12.4", | ||
"fh-wfm-template-build": "0.2.2-alpha.e30455d3", | ||
"google-maps": "^3.2.1", | ||
"grunt": "^0.4.5", | ||
"grunt-eslint": "^18.0.0", | ||
"grunt-mochify": "^0.3.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"promise": "^7.1.1", | ||
"rewire": "^2.5.2", | ||
"should": "^11.2.1", | ||
"sinon": "^1.17.7", | ||
"sinon-stub-promise": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"fh-wfm-mediator": "0.3.1" | ||
"bluebird": "^3.5.0", | ||
"fh-wfm-mediator": "0.3.3-alpha.e30455d3", | ||
"q": "^1.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
26671
26
599
3
16
+ Addedbluebird@^3.5.0
+ Addedq@^1.5.0
+ Addedfh-wfm-mediator@0.3.3-alpha.e30455d3(transitive)
+ Addedq@1.5.1(transitive)
- Removedfh-wfm-mediator@0.3.1(transitive)