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

config-doc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-doc - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

3

index.js

@@ -7,2 +7,3 @@ var struct = require("new-struct");

var debounce = require("debounce-fn");
var expandHomeDir = require("expand-home-dir");

@@ -22,3 +23,3 @@ var Config = struct({

var c = Config({
filename: filename,
filename: expandHomeDir(filename),
logger: debug(filename),

@@ -25,0 +26,0 @@ writer: debounce(write)

{
"name": "config-doc",
"version": "0.0.0",
"version": "0.1.0",
"description": "Create and manage config documents",

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

"debounce-fn": "^0.1.0",
"expand-home-dir": "0.0.2",
"local-debug": "0.0.0",

@@ -26,0 +27,0 @@ "new-struct": "^0.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