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

ghost-ignition

Package Overview
Dependencies
Maintainers
17
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-ignition - npm Package Compare versions

Comparing version 4.6.2 to 4.6.3

4

lib/config/index.js
var nconf = require('nconf');
var fs = require('fs');
var path = require('path');
var utils = require('../utils');
var rootUtils = require('@tryghost/root-utils');
var config;

@@ -13,3 +13,3 @@

var defaults = {};
var parentPath = utils.getCWDRoot();
var parentPath = rootUtils.getProcessRoot();

@@ -16,0 +16,0 @@ config = new nconf.Provider();

@@ -1,2 +0,2 @@

var utils = require('./utils');
const rootUtils = require('@tryghost/root-utils');
var debug = require('debug');

@@ -13,3 +13,3 @@

module.exports = function initDebug(name) {
var parentPath = utils.getCallerRoot();
var parentPath = rootUtils.getCallerRoot();
var alias, pkg;

@@ -16,0 +16,0 @@

{
"name": "ghost-ignition",
"version": "4.6.2",
"version": "4.6.3",
"description": "Basic configuration and tooling shared across applications",

@@ -41,2 +41,3 @@ "main": "index.js",

"@tryghost/elasticsearch-bunyan": "0.1.1",
"@tryghost/root-utils": "^0.1.0",
"bunyan": "1.8.15",

@@ -58,7 +59,7 @@ "bunyan-loggly": "1.4.2",

"chai": "4.3.4",
"eslint": "7.24.0",
"mocha": "8.3.2",
"eslint": "7.28.0",
"mocha": "8.4.0",
"should": "13.2.3",
"sinon": "10.0.0"
"sinon": "11.1.1"
}
}
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