Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

verjson

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verjson - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+3
-1
build/index.js

@@ -171,3 +171,5 @@ 'use strict';

if (index === _keys.length - 1) {
_pointer[key] = _keyArray[actionKey] || {};
if (_pointer[key] == null) {
_pointer[key] = _keyArray[actionKey] || {};
}
} else {

@@ -174,0 +176,0 @@ if (_pointer[key] == null) {

# Changelog
## 0.0.5
- fixed `create` overwriting already-set values
## 0.0.4

@@ -4,0 +7,0 @@ - fixed `run` not returning the updated JSON

{ "name": "verjson"
, "description": "Applies format changes to keep old jsons compatible."
, "version": "0.0.4"
, "version": "0.0.5"
, "license": "MIT"

@@ -5,0 +5,0 @@ , "author": "Florian Wendelborn"

@@ -136,3 +136,5 @@ import {EventEmitter} from 'events';

if (index === _keys.length - 1) {
_pointer[key] = _keyArray[actionKey] || {};
if (_pointer[key] == null) {
_pointer[key] = _keyArray[actionKey] || {};
}
} else {

@@ -139,0 +141,0 @@ if (_pointer[key] == null) {