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

jest-circus

Package Overview
Dependencies
Maintainers
4
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-circus - npm Package Compare versions

Comparing version 20.1.0-delta.5 to 20.1.0-echo.1

5

build/legacy_code_todo_rewrite/jest_adapter.js

@@ -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 @@

14

package.json
{
"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 @@

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