hmpo-config
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "hmpo-config", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Config loader", | ||
@@ -18,16 +18,28 @@ "main": "./lib/config.js", | ||
"app-root-path": "^2.0.1", | ||
"debug": "^3.1.0", | ||
"debug": "^4.1.1", | ||
"deep-clone-merge": "^1.3.0", | ||
"js-yaml": "^3.10.0", | ||
"json5": "^0.5.1" | ||
"json5": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.8.0", | ||
"husky": "^0.14.3", | ||
"eslint": "^6.0.1", | ||
"husky": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^4.0.0", | ||
"sinon": "^4.0.1", | ||
"sinon-chai": "^2.10.0" | ||
} | ||
"mocha": "^6.1.4", | ||
"sinon": "^7.3.2", | ||
"sinon-chai": "^3.3.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/UKHomeOffice/passports-config.git" | ||
}, | ||
"keywords": [ | ||
"hmpo", | ||
"config" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/UKHomeOffice/passports-config/issues" | ||
}, | ||
"homepage": "https://github.com/UKHomeOffice/passports-config#readme" | ||
} |
@@ -25,3 +25,3 @@ 'use strict'; | ||
it('exports a class function', () => { | ||
Config.should.be.a.function; | ||
Config.should.be.a('function'); | ||
}); | ||
@@ -28,0 +28,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
4
15179
17
+ Addeddebug@4.3.7(transitive)
+ Addedjson5@2.2.3(transitive)
- Removeddebug@3.2.7(transitive)
- Removedjson5@0.5.1(transitive)
Updateddebug@^4.1.1
Updatedjson5@^2.1.0