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
22
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 1.7.1 to 1.7.2

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ const StatsD = require('hot-shots');

server.decorate('request', 'incrementDStat', (metricName, tag, value = 1) => {
const fireIncrement = (metricName, tag, value = 1) => {
console.log('🚀 ~ file: dstats.js ~ line 26 ~ server.decorate ~ tag', tag);

@@ -19,6 +19,8 @@ console.log('🚀 ~ file: dstats.js ~ line 26 ~ server.decorate ~ value', value);

return dStats.increment(metricName, value, tag);
});
dStats.increment(metricName, value, tag);
};
server.decorate('request', 'incrementDStat', fireIncrement);
},
},
};
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