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

testcafe

Package Overview
Dependencies
Maintainers
2
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.0.2-alpha to 0.0.3-alpha

13

lib/index.js

@@ -17,2 +17,6 @@ 'use strict';

var _reporterPluginHost = require('./reporter/plugin-host');
var _reporterPluginHost2 = _interopRequireDefault(_reporterPluginHost);
var _endpointUtils = require('endpoint-utils');

@@ -137,5 +141,12 @@

createTestCafe.pluginTestingUtils = {};
// Plugin testing utils
createTestCafe.pluginTestingUtils = {
buildReporterPlugin: function (pluginFactory, outStream) {
var plugin = pluginFactory();
return new _reporterPluginHost2.default(plugin, outStream);
}
};
exports.default = createTestCafe;
module.exports = exports.default;

2

package.json
{
"name": "testcafe",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"bin": {

@@ -5,0 +5,0 @@ "testcafe": "./bin/testcafe"

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