Socket
Socket
Sign inDemoInstall

node-confmanager

Package Overview
Dependencies
5
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.7.0

lib/cjs/main.cjs

41

package.json
{
"name": "node-confmanager",
"version": "1.6.1",
"version": "1.7.0",
"description": "A configuration manager",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
"type": "commonjs",
"typings": "./lib/cjs/main.d.cts",
"main": "./lib/cjs/main.cjs",
"exports": {
".": {
"require": {
"types": "./lib/cjs/main.d.cts",
"default": "./lib/cjs/main.cjs"
}
}
},
"scripts": {
"lint": "npx eslint ./lib/**/*.js ./test/**/*.js",
"check-updates": "npx check-version-modules",
"unit-tests": "npx nyc --reporter=html --reporter=text mocha",
"tests": "npm run-script lint && npm run-script check-updates && npm run-script unit-tests",
"compile": "npx tsc --project \"./tsconfig.json\"",
"unit-tests": "npm run compile && npx nyc --reporter=html --reporter=text mocha",
"tests": "npm run-script check-updates && npm run-script unit-tests",
"ci": "npm run-script tests && npx nyc report --reporter=text-lcov | coveralls"
},
"files": [
"/lib"
],
"husky": {
"hooks": {
"pre-commit": "npm run-script lint",
"pre-push": "npm run-script tests"

@@ -48,19 +65,19 @@ }

"dependencies": {
"node-containerpattern": "1.6.0",
"node-containerpattern": "1.7.2",
"fs-extra": "10.1.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/node": "18.0.0",
"@types/fs-extra": "9.0.13",
"check-version-modules": "1.3.5",
"coveralls": "3.1.1",
"eslint": "8.16.0",
"husky": "8.0.1",
"mocha": "10.0.0",
"nyc": "15.1.0",
"typescript": "4.7.2"
"typescript": "4.7.4"
},
"homepage": "https://github.com/Psychopoulet/node-confmanager#readme",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc