Socket
Socket
Sign inDemoInstall

poi-load-config

Package Overview
Dependencies
73
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "poi-load-config",
"version": "1.1.2",
"version": "1.1.3",
"repository": "egoist/poi",

@@ -5,0 +5,0 @@ "files": [

@@ -5,3 +5,4 @@ const UseConfig = require('use-config')

config,
cwd = process.cwd()
cwd = process.cwd(),
name = 'poi'
} = {}) {

@@ -12,3 +13,3 @@ const enforceConfig = typeof config === 'string'

const useConfig = new UseConfig({
name: 'poi',
name,
files,

@@ -15,0 +16,0 @@ cwd

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