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

@instana/autoprofile

Package Overview
Dependencies
Maintainers
3
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 1.121.0 to 1.124.0

12

lib/auto_profiler.js

@@ -65,12 +65,12 @@ /*

return {
debug: function(msg) {
debug: function (msg) {
console.log(msg);
},
info: function(msg) {
info: function (msg) {
console.log(msg);
},
error: function(msg) {
error: function (msg) {
console.log(msg);
},
exception: function(err) {
exception: function (err) {
console.log(err.message, err.stack);

@@ -225,3 +225,3 @@ }

return {
stop: function(callback) {
stop: function (callback) {
callback();

@@ -256,3 +256,3 @@ }

return {
stop: function(callback) {
stop: function (callback) {
if (span) {

@@ -259,0 +259,0 @@ span.stop();

@@ -126,3 +126,3 @@ /*

return {
stop: function() {
stop: function () {
_stop();

@@ -129,0 +129,0 @@ }

@@ -63,3 +63,3 @@ /*

var orig = Error.prepareStackTrace;
Error.prepareStackTrace = function(err, structuredStackTrace) {
Error.prepareStackTrace = function (err, structuredStackTrace) {
return structuredStackTrace;

@@ -66,0 +66,0 @@ };

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

@@ -39,3 +39,3 @@ "keywords": [

"async": "^3.2.0",
"eslint": "^6.8.0",
"eslint": "^7.27.0",
"mkdirp": "^1.0.4",

@@ -61,3 +61,3 @@ "mocha": "^7.2.0"

"license": "BSD-3-Clause",
"gitHead": "9e0e2e41fd4e6ec4bb30d04a833314e45edfd768"
"gitHead": "70dd8de8d97acf6f11aa501ad120570f0aceb814"
}
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