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

standard-settings

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-settings - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

index.js

@@ -29,4 +29,4 @@ // first settings loaded are stronger than last one

nconf.file({ file: path.resolve(path.dirname(require.main.filename), 'settings/settings.json')})
.file('default', path.resolve(path.dirname(require.main.filename), 'settings/settings.default.json'))
nconf.file({ file: path.resolve(process.cwd(), 'settings/settings.json')})
.file('default', path.resolve(process.cwd(), 'settings/settings.default.json'))

@@ -33,0 +33,0 @@ function getMeta(media) {

{
"name": "standard-settings",
"version": "1.1.3",
"version": "1.1.4",
"description": "Standardised settings loader",

@@ -5,0 +5,0 @@ "main": "index.js",

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