🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dot-json

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-json - npm Package Compare versions

Comparing version

to
1.0.2

8

bin/dot-json.js

@@ -59,5 +59,7 @@ #!/usr/bin/env node

}
dot_json.save();
}
else if (args['--delete']) {
dot_json.delete(args['<key-path>']);
dot_json.save();
}

@@ -75,8 +77,2 @@ else {

}
try {
dot_json.save();
}
catch(e) {
console.error(e.message);
}
}

@@ -83,0 +79,0 @@ catch (e) {

{
"name": "dot-json",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easily edit a json file from the CLI or NodeJS",

@@ -5,0 +5,0 @@ "main": "lib/dot-json.js",

# dot-json
[![Build Status](https://travis-ci.org/crobays/dot-json.svg?branch=master)](https://travis-ci.org/crobays/dot-json)
---
Easily edit a json file from the CLI or NodeJS.

@@ -4,0 +6,0 @@