@instana/autoprofile
Advanced tools
Comparing version 1.121.0 to 1.124.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
593273