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

testcafe

Package Overview
Dependencies
Maintainers
1
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe - npm Package Compare versions

Comparing version 0.17.0-alpha3 to 0.17.0-alpha4

10

lib/notifications/debug-logger.js

@@ -15,5 +15,5 @@ 'use strict';

var _logUpdate = require('log-update');
var _logUpdateAsyncHook = require('log-update-async-hook');
var _logUpdate2 = _interopRequireDefault(_logUpdate);
var _logUpdateAsyncHook2 = _interopRequireDefault(_logUpdateAsyncHook);

@@ -42,4 +42,4 @@ var _createStackFilter = require('../errors/create-stack-filter');

_logUpdate2.default.clear();
_logUpdate2.default.done();
_logUpdateAsyncHook2.default.clear();
_logUpdateAsyncHook2.default.done();

@@ -86,3 +86,3 @@ initialWrite.call(stream, chunk, encoding, cb);

this.debugLogging = true;
(0, _logUpdate2.default)(this._getMessageAsString());
(0, _logUpdateAsyncHook2.default)(this._getMessageAsString());
this.debugLogging = false;

@@ -89,0 +89,0 @@ },

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.17.0-alpha3",
"version": "0.17.0-alpha4",
"author": {

@@ -8,0 +8,0 @@ "name": "Developer Express Inc.",

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