Comparing version 0.0.2-alpha to 0.0.3-alpha
@@ -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; |
{ | ||
"name": "testcafe", | ||
"version": "0.0.2-alpha", | ||
"version": "0.0.3-alpha", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "testcafe": "./bin/testcafe" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
769004
7061
6