🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cyberalien/git-utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyberalien/git-utils - npm Package Compare versions

Comparing version
0.0.12
to
0.0.13
+1
-1
lib/misc/json.d.ts
/**
* Read and parse JSON file
*/
declare function readJsonFile<T>(target: string, filename: string): Promise<any>;
declare function readJsonFile<T>(target: string, filename: string): Promise<T>;
/**

@@ -6,0 +6,0 @@ * Write JSON file

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

"author": "Vjacheslav Trushkin",
"version": "0.0.12",
"version": "0.0.13",
"license": "UNLICENSED",

@@ -9,0 +9,0 @@ "homepage": "https://cyberalien.dev/",