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

@emartech/json-logger

Package Overview
Dependencies
Maintainers
278
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/json-logger - npm Package Compare versions

Comparing version

to
8.1.0

renovate.json

32

package.json

@@ -19,5 +19,10 @@ {

"author": "Emartech",
"engines": {
"node": ">=14"
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/json-logger-js.git"
},
"bugs": {
"url": "https://github.com/emartech/json-logger-js/issues"
},
"homepage": "https://github.com/emartech/json-logger-js#readme",
"license": "MIT",

@@ -30,2 +35,8 @@ "keywords": [

],
"engines": {
"node": ">=14"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {

@@ -40,3 +51,3 @@ "@types/chai": "4.3.3",

"@typescript-eslint/parser": "5.38.1",
"axios": "0.27.2",
"axios": "0.30.0",
"chai": "4.3.6",

@@ -49,5 +60,3 @@ "eslint": "8.24.0",

"eslint-plugin-security": "1.5.0",
"install": "0.13.0",
"mocha": "10.0.0",
"npm": "8.19.2",
"prettier": "2.7.1",

@@ -60,14 +69,3 @@ "semantic-release": "19.0.5",

},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/json-logger-js.git"
},
"bugs": {
"url": "https://github.com/emartech/json-logger-js/issues"
},
"homepage": "https://github.com/emartech/json-logger-js#readme",
"dependencies": {
"lodash": "4.17.21"
},
"version": "8.0.3"
"version": "8.1.0"
}