@appsignal/nodejs
Advanced tools
Comparing version
@@ -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": { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
334930
0.06%3014
0.07%5
Infinity%1
Infinity%4
33.33%