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
7
Versions
135
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.0.0

2

dist/client.d.ts

@@ -16,3 +16,3 @@ import { NodeClient, Metrics, Plugin, Tracer } from "@appsignal/types";

#private;
readonly VERSION = "1.3.2";
readonly VERSION = "2.0.0";
config: Configuration;

@@ -19,0 +19,0 @@ agent: Agent;

@@ -9,4 +9,5 @@ /**

/**
* Given a valid POSIX `timestamp`, return an object containing a
* representation if that timestamps in seconds and nanoseconds.
* Given a valid POSIX `timestamp` in milliseconds since the UNIX epoch,
* return an object containing a representation if that timestamps in
* seconds and nanoseconds.
*

@@ -13,0 +14,0 @@ * @function

@@ -23,4 +23,5 @@ "use strict";

/**
* Given a valid POSIX `timestamp`, return an object containing a
* representation if that timestamps in seconds and nanoseconds.
* Given a valid POSIX `timestamp` in milliseconds since the UNIX epoch,
* return an object containing a representation if that timestamps in
* seconds and nanoseconds.
*

@@ -27,0 +28,0 @@ * @function

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

export declare const VERSION = "1.3.2";
export declare const AGENT_VERSION = "0f40689";
export declare const VERSION = "2.0.0";
export declare const AGENT_VERSION = "0318770";

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

// Do not touch this file, auto-generated by scripts/create-versionfile
exports.VERSION = "1.3.2";
exports.AGENT_VERSION = "0f40689";
exports.VERSION = "2.0.0";
exports.AGENT_VERSION = "0318770";
{
"name": "@appsignal/nodejs",
"version": "1.3.2",
"version": "2.0.0",
"main": "dist/index",

@@ -19,4 +19,11 @@ "types": "dist/index",

"optionalDependencies": {
"@appsignal/nodejs-ext": "=1.2.9"
"@appsignal/nodejs-ext": "=2.0.0"
},
"devDependencies": {
"@types/semver": "*",
"@types/pg": "*",
"pg": "*",
"@types/redis": "*",
"redis": "*"
},
"scripts": {

@@ -35,3 +42,3 @@ "prebuild": "npm run versionfile",

"engines": {
"node": ">= 10"
"node": ">= 12"
},

@@ -38,0 +45,0 @@ "publishConfig": {