@5app/logger
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "@5app/logger", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Simple logger used in 5app microservices", | ||
@@ -8,6 +8,8 @@ "main": "src/index.js", | ||
"lint": "eslint .", | ||
"semantic-release": "semantic-release", | ||
"test": "mocha", | ||
"test:json": "mocha --reporter json" | ||
}, | ||
"files": [ | ||
"src/" | ||
], | ||
"repository": { | ||
@@ -28,15 +30,14 @@ "type": "git", | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.0", | ||
"@5app/semantic-release-config": "^1.0.0", | ||
"@commitlint/cli": "^16.1.0", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"eslint": "^8.0.0", | ||
"eslint-config-5app": "^0.15.0", | ||
"eslint": "^8.8.0", | ||
"eslint-config-5app": "^0.16.2", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-security": "^1.4.0", | ||
"husky": "^7.0.0", | ||
"lint-staged": "^12.0.0", | ||
"mocha": "^9.0.0", | ||
"semantic-release": "^19.0.0", | ||
"sinon": "^13.0.0" | ||
"husky": "^8.0.0", | ||
"lint-staged": "^12.3.3", | ||
"mocha": "^10.0.0", | ||
"semantic-release": "^19.0.2", | ||
"sinon": "^14.0.0" | ||
}, | ||
@@ -68,25 +69,6 @@ "lint-staged": { | ||
"release": { | ||
"branch": "master", | ||
"prepare": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
{ | ||
"path": "@semantic-release/git", | ||
"assets": [ | ||
"package.json", | ||
"package-lock.json", | ||
"CHANGELOG.md" | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
] | ||
"extends": "@5app/semantic-release-config" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.0" | ||
"chalk": "^4.1.2" | ||
}, | ||
@@ -93,0 +75,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
12
2
7867
7
96
Updatedchalk@^4.1.2