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
6
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
1.2.5

2

dist/client.d.ts

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

#private;
readonly VERSION = "1.2.5-alpha.2";
readonly VERSION = "1.2.5";
config: Configuration;

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

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

export declare const VERSION = "1.2.5-alpha.2";
export declare const VERSION = "1.2.5";
export declare const AGENT_VERSION = "d08ae6c";

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

// Do not touch this file, auto-generated by scripts/create-versionfile
exports.VERSION = "1.2.5-alpha.2";
exports.VERSION = "1.2.5";
exports.AGENT_VERSION = "d08ae6c";
{
"name": "@appsignal/nodejs",
"version": "1.2.5-alpha.2",
"version": "1.2.5",
"main": "dist/index",

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

"optionalDependencies": {
"@appsignal/nodejs-ext": "=1.2.5-alpha.1"
"@appsignal/nodejs-ext": "=1.2.5"
},

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

@@ -7,2 +7,4 @@ # `@appsignal/nodejs`

See also the [mono repo README](../../README.md) for more information.
## Installation

@@ -43,51 +45,2 @@

## Development
### Installation
This repository is a Lerna-managed monorepo, containing packages (located in the `/packages` directory) that map to separate `npm` modules.
To install the dependencies:
```bash
npm install
lerna bootstrap
```
You can then run the following to start the compiler in _watch_ mode.
```bash
npm run build:watch
```
You can also build the library without watching the directory:
```
npm run build
```
### Testing
The tests for this library use [Jest](https://jestjs.io) as the test runner. Once you've installed the dependencies, you can run the following command in the root of this repository to run the tests for all packages, or in the directory of a package to run only the tests pertaining to that package:
```bash
npm run test
```
### Versioning
This repo uses [Semantic Versioning][semver] (often referred to as _semver_). Each package in the repository is versioned independently from one another.
## Contributing
Thinking of contributing to this repo? Awesome! 🚀
Please follow our [Contributing guide][contributing-guide] in our documentation and follow our [Code of Conduct][coc].
Also, we would be very happy to send you Stroopwafels. Have look at everyone we send a package to so far on our [Stroopwafels page][waffles-page].
## Support
[Contact us][contact] and speak directly with the engineers working on AppSignal. They will help you get set up, tweak your code and make sure you get the most out of using AppSignal.
[appsignal]: https://appsignal.com

@@ -94,0 +47,0 @@ [appsignal-sign-up]: https://appsignal.com/users/sign_up