Socket
Socket
Sign inDemoInstall

application-config

Package Overview
Dependencies
3
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js
var fs = require('fs')
var path = require('path')
var mkdirp = require('mkdirp')
var applicationConfigPath = require('application-config-path')

@@ -29,2 +28,3 @@

var self = this
var mkdirp = require('mkdirp')
if (typeof data !== 'object' || data === null) {

@@ -31,0 +31,0 @@ throw new TypeError('data is not an object')

{
"name": "application-config",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -17,3 +17,3 @@ "author": "Linus Unnebäck <linus@folkdatorn.se>",

"mocha": "^2.1.0",
"standard": "^7.1.2"
"standard": "*"
},

@@ -20,0 +20,0 @@ "scripts": {

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