New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hjson

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hjson - npm Package Compare versions

Comparing version

to
0.1.3

3

lib/hjson.js

@@ -315,4 +315,3 @@ /*

next(':');
if (Object.hasOwnProperty.call(object, key))
error('Duplicate key "' + key + '"');
// duplicate keys overwrite the previous value
object[key] = value();

@@ -319,0 +318,0 @@ white();

@@ -6,3 +6,3 @@ {

"author": "Christian Zangl",
"version": "0.1.2",
"version": "0.1.3",
"tags": [

@@ -9,0 +9,0 @@ "json",

@@ -50,3 +50,3 @@ # hjson-js

```
usage: hjson [-json] [INPUT]
usage: hjson [OPTIONS] [INPUT]

@@ -57,4 +57,4 @@ hjson can be used to convert JSON from/to Hjson.

- without options: will output as Hjson.
- with -json: will output as formatted JSON.
- with -json=compact: will output as JSON.
- with -j or -json: will output as formatted JSON.
- with -c or -json=compact: will output as JSON.
```

@@ -64,2 +64,2 @@

- run `hjson test.json > test.hjson` to convert to Hjson
- run `hjson -json test.hjson > test.json` to convert to JSON
- run `hjson -j test.hjson > test.json` to convert to JSON

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet