Socket
Socket
Sign inDemoInstall

convict

Package Overview
Dependencies
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convict - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

47

package.json
{
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
"name": "convict",
"description": "Unruly configuration management for nodejs",
"version": "1.1.0",
"description": "Unruly configuration management for Node.js",
"keywords": [
"configuration",
"key value store",
"schema",
"nested",
"validation"
],
"version": "1.1.1",
"license": "Apache-2.0",
"homepage": "https://github.com/mozilla/node-convict",

@@ -11,12 +19,28 @@ "repository": {

},
"main": "lib/convict.js",
"bugs": "https://github.com/mozilla/node-convict/issues",
"engines": {
"node": ">=0.4.7"
},
"scripts": {
"test": "mocha --check-leaks -R spec",
"posttest": "npm run lint",
"test:coverage": "istanbul cover _mocha -- --check-leaks test/*-tests.js",
"posttest:coverage": "npm run lint",
"test:ci": "istanbul cover _mocha -- --check-leaks test/*-tests.js && cat test/coverage/lcov.info | coveralls",
"posttest:ci": "npm run lint",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"clean": "rm -rf test/coverage",
"version": "./changelog_assert_entries $npm_package_version"
},
"files": [
"lib"
],
"main": "lib/convict.js",
"dependencies": {
"cjson": "0.3.3",
"depd": "1.1.0",
"moment": "2.11.1",
"moment": "2.11.2",
"optimist": "0.6.1",
"validator": "4.5.2",
"validator": "4.6.1",
"varify": "0.1.1"

@@ -33,15 +57,2 @@ },

},
"scripts": {
"test": "mocha --check-leaks -R spec",
"posttest": "npm run lint",
"test:coverage": "istanbul cover _mocha -- --check-leaks test/*-tests.js",
"posttest:coverage": "npm run lint",
"test:ci": "istanbul cover _mocha -- --check-leaks test/*-tests.js && cat test/coverage/lcov.info | coveralls",
"posttest:ci": "npm run lint",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"clean": "rm -rf test/coverage"
},
"bugs": "https://github.com/mozilla/node-convict/issues",
"license": "Apache-2.0",
"browserify": {

@@ -48,0 +59,0 @@ "transform": [

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