Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@5app/logger

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5app/logger - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

48

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc