jest-circus
Advanced tools
Comparing version 20.1.0-delta.5 to 20.1.0-echo.1
@@ -17,2 +17,3 @@ 'use strict'; | ||
var _path = require('path');var _path2 = _interopRequireDefault(_path);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _asyncToGenerator(fn) {return function () {var gen = fn.apply(this, arguments);return new Promise(function (resolve, reject) {function step(key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {return Promise.resolve(value).then(function (value) {step("next", value);}, function (err) {step("throw", err);});}}return step("next");});};} /** | ||
@@ -26,6 +27,6 @@ * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
*/const FRAMEWORK_INITIALIZER = require.resolve('./jest-adapter-init');const jestAdapter = (() => {var _ref = _asyncToGenerator(function* (globalConfig, config, environment, runtime, testPath) {var _runtime$requireInter = | ||
*/const FRAMEWORK_INITIALIZER = require.resolve('./jest-adapter-init'); // eslint-disable-next-line import/no-extraneous-dependencies | ||
const jestAdapter = (() => {var _ref = _asyncToGenerator(function* (globalConfig, config, environment, runtime, testPath) {var _runtime$requireInter = | ||
runtime.requireInternalModule(FRAMEWORK_INITIALIZER);const initialize = _runtime$requireInter.initialize,runAndTransformResultsToJestFormat = _runtime$requireInter.runAndTransformResultsToJestFormat; | ||
@@ -32,0 +33,0 @@ |
{ | ||
"name": "jest-circus", | ||
"version": "20.1.0-delta.5", | ||
"version": "20.1.0-echo.1", | ||
"repository": { | ||
@@ -11,10 +11,12 @@ "type": "git", | ||
"dependencies": { | ||
"jest-diff": "20.1.0-delta.5", | ||
"jest-matchers": "20.1.0-delta.5", | ||
"jest-message-util": "20.1.0-delta.5", | ||
"jest-snapshot": "20.1.0-delta.5" | ||
"chalk": "^2.0.1", | ||
"jest-diff": "20.1.0-echo.1", | ||
"jest-matcher-utils": "20.1.0-echo.1", | ||
"jest-matchers": "20.1.0-echo.1", | ||
"jest-message-util": "20.1.0-echo.1", | ||
"jest-snapshot": "20.1.0-echo.1" | ||
}, | ||
"devDependencies": { | ||
"jest-runtime": "20.1.0-delta.5" | ||
"jest-runtime": "20.1.0-echo.1" | ||
} | ||
} |
@@ -14,2 +14,3 @@ /** | ||
import type {TestResult} from 'types/TestResult'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import type Runtime from 'jest-runtime'; | ||
@@ -16,0 +17,0 @@ |
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
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
73052
1642
6
+ Addedchalk@^2.0.1
+ Addedjest-diff@20.1.0-echo.1(transitive)
+ Addedjest-get-type@20.1.0-echo.1(transitive)
+ Addedjest-matcher-utils@20.1.0-echo.1(transitive)
+ Addedjest-matchers@20.1.0-echo.1(transitive)
+ Addedjest-message-util@20.1.0-echo.1(transitive)
+ Addedjest-mock@20.1.0-echo.1(transitive)
+ Addedjest-regex-util@20.1.0-echo.1(transitive)
+ Addedjest-snapshot@20.1.0-echo.1(transitive)
+ Addedjest-util@20.1.0-echo.1(transitive)
+ Addedjest-validate@20.1.0-echo.1(transitive)
+ Addedpretty-format@20.1.0-echo.1(transitive)
- Removedjest-diff@20.1.0-delta.5(transitive)
- Removedjest-get-type@20.1.0-delta.5(transitive)
- Removedjest-matcher-utils@20.1.0-delta.5(transitive)
- Removedjest-matchers@20.1.0-delta.5(transitive)
- Removedjest-message-util@20.1.0-delta.5(transitive)
- Removedjest-mock@20.1.0-delta.5(transitive)
- Removedjest-regex-util@20.1.0-delta.5(transitive)
- Removedjest-snapshot@20.1.0-delta.5(transitive)
- Removedjest-util@20.1.0-delta.5(transitive)
- Removedjest-validate@20.1.0-delta.5(transitive)
- Removedpretty-format@20.1.0-delta.5(transitive)
Updatedjest-diff@20.1.0-echo.1
Updatedjest-matchers@20.1.0-echo.1
Updatedjest-snapshot@20.1.0-echo.1