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.3
to
0.0.4
+2
-0
build/index.js

@@ -100,2 +100,4 @@ 'use strict';

});
return preset;
}

@@ -102,0 +104,0 @@ }, {

# Changelog
## 0.0.4
- fixed `run` not returning the updated JSON
## 0.0.3
- added check for objects without version number
## 0.0.2

@@ -4,0 +10,0 @@ - added types `create` and `add-to-array`

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

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

@@ -72,2 +72,4 @@ import {EventEmitter} from 'events';

});
return preset;
}

@@ -74,0 +76,0 @@