asynctrace
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -20,6 +20,5 @@ 'use strict'; | ||
var settings = { | ||
// `null`ing a style will remove it from the trace output | ||
tracingStyle: "\x1B[1;37m", | ||
//tracingStyle: "\x1B[1;37m", | ||
modulesStyle: "\x1B[32m", | ||
@@ -141,2 +140,3 @@ globalsStyle: "\x1B[95m", | ||
} | ||
if (!~line.indexOf("(")) line = "<anonymous> (" + line + ")"; | ||
return frame._prefix + line + frame._suffix; | ||
@@ -143,0 +143,0 @@ } |
{ | ||
"author": "Refael Ackerkmann <refael@empeeric.com>", | ||
"bundledDependencies": [ | ||
"async-listener" | ||
], | ||
"author": "Refael Ackerkmann <me@refack.com>", | ||
"dependencies": { | ||
"async-listener": "> 0.5.0", | ||
"shimmer": "latest" | ||
@@ -15,8 +13,2 @@ }, | ||
}, | ||
"engineStrict": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"engines": { | ||
"node": "^0.11.12" | ||
}, | ||
"jshintConfig": { | ||
@@ -37,2 +29,3 @@ "globals": { | ||
"keywords": [ | ||
"async-listner", | ||
"trace", | ||
@@ -47,3 +40,3 @@ "deep-stack-trace", | ||
"name": "asynctrace", | ||
"repository": "Empeeric/asynctrace", | ||
"repository": "TheNodeILs/asynctrace", | ||
"scripts": { | ||
@@ -53,3 +46,3 @@ "test": "mocha --require .", | ||
}, | ||
"version": "1.4.1" | ||
"version": "1.5.0" | ||
} |
@@ -5,6 +5,5 @@ 'use strict'; | ||
function writeSync(str) { | ||
var buffer = new Buffer(str, 'utf8'); | ||
fs.writeSync(process.stdout.fd, buffer, 0, buffer.length, null); | ||
fs.writeSync(fd, buffer, 0, buffer.length, null); | ||
console._stdout.write(str); | ||
fs.write(fd, str); | ||
} | ||
global.log = writeSync; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
6
3
35774
2
15
657
+ Addedasync-listener@> 0.5.0
+ Addedasync-listener@0.6.10(transitive)
+ Addedsemver@5.7.2(transitive)