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

@rxap/node-utilities

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxap/node-utilities - npm Package Compare versions

Comparing version

to
1.1.0-dev.7

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [1.1.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.6...@rxap/node-utilities@1.1.0-dev.7) (2023-09-07)
### Bug Fixes
- improve error message output ([663f50b](https://gitlab.com/rxap/packages/commit/663f50b03e8729fba2d76c08cdbe292af438a5da))
# [1.1.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.5...@rxap/node-utilities@1.1.0-dev.6) (2023-09-03)

@@ -8,0 +14,0 @@

7

package.json
{
"name": "@rxap/node-utilities",
"version": "1.1.0-dev.6",
"version": "1.1.0-dev.7",
"type": "commonjs",

@@ -40,4 +40,5 @@ "publishConfig": {

},
"gitHead": "b6e1ecbccc89aae6de3dc72b0206374dbaa44e69",
"main": "./src/index.js"
"gitHead": "492a8436ca0f8d54ca1bef192a3c805fdce19b66",
"main": "./src/index.js",
"types": "./src/index.d.ts"
}

@@ -14,3 +14,3 @@ "use strict";

catch (e) {
throw new Error(`The file ${jsonFilePath} is not a valid json file`);
throw new Error(`Could not parse the file ${jsonFilePath} to an json object: ${e.message}`);
}

@@ -17,0 +17,0 @@ }

Sorry, the diff of this file is not supported yet