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

elastic-apm-utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-apm-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "elastic-apm-utils",
"description": "Utilities for Elastic APM",
"version": "1.0.0",
"version": "1.0.1",
"github": "https://github.com/MartinKolarik/elastic-apm-utils/",

@@ -6,0 +6,0 @@ "main": "./src/index.js",

@@ -5,3 +5,3 @@ const _ = require('lodash');

module.exports.apm = {
filter ({ keepRequest = [ 'referer', 'user-agent' ], keepResponse = [], keepSocket = [] }) {
filter ({ keepRequest = [ 'referer', 'user-agent' ], keepResponse = [], keepSocket = [] } = {}) {
return (payload) => {

@@ -8,0 +8,0 @@ let items = payload.transactions || [];

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