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

hmpo-config

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

30

package.json
{
"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 @@

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