Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instana/autoprofile

Package Overview
Dependencies
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/autoprofile - npm Package Compare versions

Comparing version 2.23.0 to 2.24.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.24.0](https://github.com/instana/nodejs/compare/v2.23.0...v2.24.0) (2023-06-13)
### Features
* **collector:** added node:fs, restify and socket.io support (OpenTelemetry integration) ([#715](https://github.com/instana/nodejs/issues/715)) ([60f3bb9](https://github.com/instana/nodejs/commit/60f3bb960f909e0640b372de97c8f6d7c1654038)), closes [#109122](https://github.com/instana/nodejs/issues/109122)
# [2.23.0](https://github.com/instana/nodejs/compare/v2.22.1...v2.23.0) (2023-06-06)

@@ -8,0 +19,0 @@

2

lib/samplers/async_sampler.js

@@ -10,3 +10,3 @@ /*

const fs = require('fs');
const { uninstrumentedFs: fs } = require('@instana/core');
const util = require('util');

@@ -13,0 +13,0 @@ const CallSite = require('../profile').CallSite;

{
"name": "@instana/autoprofile",
"version": "2.23.0",
"version": "2.24.0",
"description": "Automatic Node.js Profiler",

@@ -51,2 +51,3 @@ "author": {

"dependencies": {
"@instana/core": "2.24.0",
"detect-libc": "^1.0.3",

@@ -72,3 +73,3 @@ "nan": "^2.14.2"

"license": "BSD-3-Clause",
"gitHead": "2ae60e82e5f6c3e22d6740d4b95c1a9b13a9a984"
"gitHead": "c12ff39a612bcd353bdc774876bb9df1f520e0a6"
}
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