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

@appsignal/nodejs

Package Overview
Dependencies
Maintainers
8
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/nodejs - npm Package Compare versions

Comparing version

to
2.2.6

2

dist/client.d.ts

@@ -15,3 +15,3 @@ import { Client, Metrics, Plugin, Tracer, AppsignalOptions } from "./interfaces";

#private;
readonly VERSION = "2.2.5";
readonly VERSION = "2.2.6";
config: Configuration;

@@ -18,0 +18,0 @@ extension: Extension;

@@ -112,2 +112,3 @@ "use strict";

log: "file",
logLevel: "info",
requestHeaders: [

@@ -123,2 +124,3 @@ "accept",

],
sendEnvironmentMetadata: true,
transactionDebugMode: false

@@ -125,0 +127,0 @@ };

@@ -24,2 +24,3 @@ "use strict";

APPSIGNAL_LOG: "log",
APPSIGNAL_LOG_LEVEL: "logLevel",
APPSIGNAL_LOG_PATH: "logPath",

@@ -30,2 +31,3 @@ APPSIGNAL_PUSH_API_ENDPOINT: "endpoint",

APPSIGNAL_RUNNING_IN_CONTAINER: "runningInContainer",
APPSIGNAL_SEND_ENVIRONMENT_METADATA: "sendEnvironmentMetadata",
APPSIGNAL_SEND_PARAMS: "sendParams",

@@ -56,5 +58,7 @@ APPSIGNAL_SKIP_SESSION_DATA: "skipSessionData",

_APPSIGNAL_LOG: "log",
_APPSIGNAL_LOG_LEVEL: "logLevel",
_APPSIGNAL_PUSH_API_ENDPOINT: "endpoint",
_APPSIGNAL_PUSH_API_KEY: "pushApiKey",
_APPSIGNAL_RUNNING_IN_CONTAINER: "runningInContainer",
_APPSIGNAL_SEND_ENVIRONMENT_METADATA: "sendEnvironmentMetadata",
_APPSIGNAL_TRANSACTION_DEBUG_MODE: "debug",

@@ -84,2 +88,3 @@ _APPSIGNAL_WORKING_DIRECTORY_PATH: "workingDirectoryPath",

log: "log",
logLevel: "log_level",
logPath: "log_path",

@@ -90,2 +95,3 @@ name: "name",

runningInContainer: "running_in_container",
sendEnvironmentMetadata: "send_environment_metadata",
transactionDebugMode: "transaction_debug_mode",

@@ -92,0 +98,0 @@ workingDirPath: "working_dir_path",

@@ -1,2 +0,2 @@

export declare const VERSION = "2.2.5";
export declare const AGENT_VERSION = "5b63505";
export declare const VERSION = "2.2.6";
export declare const AGENT_VERSION = "0db01c2";

@@ -5,3 +5,3 @@ "use strict";

// Do not touch this file, auto-generated by scripts/create-versionfile
exports.VERSION = "2.2.5";
exports.AGENT_VERSION = "5b63505";
exports.VERSION = "2.2.6";
exports.AGENT_VERSION = "0db01c2";
{
"name": "@appsignal/nodejs",
"version": "2.2.5",
"version": "2.2.6",
"main": "dist/index",

@@ -19,3 +19,3 @@ "types": "dist/index",

"optionalDependencies": {
"@appsignal/nodejs-ext": "=2.0.4"
"@appsignal/nodejs-ext": "=2.0.5"
},

@@ -22,0 +22,0 @@ "devDependencies": {