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

asynctrace

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asynctrace - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

5

asynctrace.js

@@ -160,6 +160,7 @@ 'use strict';

var shimmer = require('shimmer');
shimmer.wrap(mocha.prototype, 'run', function (original) {
var reporters = mocha.reporters.Base;
shimmer.wrap(mocha.Runner.prototype, 'run', function (original) {
return function () {
var runner = original.apply(this, arguments);
settings.useColors = this.options.useColors;
settings.useColors = reporters.useColors;
runner.on('test', function () {

@@ -166,0 +167,0 @@ Error._frames = null;

2

package.json

@@ -50,3 +50,3 @@ {

},
"version": "1.2.4"
"version": "1.2.5"
}
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