New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@madgex/datadog-monitoring

Package Overview
Dependencies
Maintainers
21
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madgex/datadog-monitoring - npm Package Compare versions

Comparing version

to
5.0.0

54

package.json
{
"name": "@madgex/datadog-monitoring",
"version": "4.0.0",
"version": "5.0.0",
"description": "",

@@ -15,3 +15,5 @@ "main": "index.js",

"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"lint-staged": "lint-staged",
"prepare": "husky"
},

@@ -22,24 +24,16 @@ "keywords": [],

"devDependencies": {
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/prompt-cli": "^12.0.1",
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@madgex/eslint-config-madgex": "^1.2.4",
"babel-jest": "^24.9.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.1.0",
"commitlint": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@hapi/hapi": "^21.3.9",
"@madgex/eslint-config-madgex": "^2.2.0",
"@madgex/prettier-config-madgex": "^2.0.0",
"eslint": "^9.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"semantic-release": "^17.4.0"
"semantic-release": "^23.0.8",
"globals": "^15.1.0"
},
"dependencies": {
"dd-trace": "^4.16.0",
"dd-trace": "^5.12.0",
"got": "^11.8.6",

@@ -49,3 +43,4 @@ "hapi-pino": "^12.1.0",

"joi": "^17.9.2",
"yargs": "^16.0.3"
"yargs": "^17.7.2",
"@hapi/hoek": "^11.0.4"
},

@@ -58,10 +53,17 @@ "husky": {

},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.js": [
"npm run lint",
"npm run lint:fix",
"git add",
"jest --bail --findRelatedTests"
"*.{js,json}": [
"prettier --write",
"eslint --cache --fix",
"eslint"
]
},
"engines": {
"node": ">=20.6.0"
}
}