New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-editor-support

Package Overview
Dependencies
Maintainers
5
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-editor-support - npm Package Compare versions

Comparing version 21.1.0 to 21.2.0

6

build/index.js

@@ -10,3 +10,2 @@ 'use strict';var _Process;

function _load_Process() {return _Process = _interopRequireWildcard(require('./Process'));}var _project_workspace;

@@ -33,7 +32,6 @@

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/

@@ -10,3 +10,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.parse = undefined;var _fs;

function _load_fs() {return _fs = require('fs');}var _babylon;

@@ -179,7 +178,6 @@

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/

@@ -12,11 +12,10 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });

class Node {}exports.Node = Node; /**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/class Expect extends Node {}exports.Expect = Expect;class ItBlock extends Node {}exports.ItBlock = ItBlock;
*/class Expect extends Node {}exports.Expect = Expect;
class ItBlock extends Node {}exports.ItBlock = ItBlock;

@@ -10,3 +10,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.createProcess = undefined;var _child_process;

function _load_child_process() {return _child_process = require('child_process');}var _project_workspace;

@@ -24,5 +23,4 @@

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*

@@ -33,3 +31,4 @@ *

// any other bits into the args
const runtimeExecutable = workspace.pathToJest;const parameters = runtimeExecutable.split(' ');const command = parameters[0];const initialArgs = parameters.slice(1);
const runtimeExecutable = workspace.pathToJest;const parameters = runtimeExecutable.split(' ');const command = parameters[0];
const initialArgs = parameters.slice(1);
const runtimeArgs = [].concat(initialArgs, args);

@@ -36,0 +35,0 @@

"use strict";Object.defineProperty(exports, "__esModule", { value: true }); /**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*

@@ -8,0 +7,0 @@ *

@@ -12,3 +12,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _child_process;

function _load_child_process() {return _child_process = require('child_process');}var _fs;

@@ -114,7 +113,6 @@ function _load_fs() {return _fs = require('fs');}var _os;

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/

@@ -12,3 +12,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _child_process;

function _load_child_process() {return _child_process = require('child_process');}var _events;

@@ -82,7 +81,6 @@ function _load_events() {return _events = _interopRequireDefault(require('events'));}var _project_workspace;

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/

@@ -21,3 +21,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _path;

function _load_path() {return _path = _interopRequireDefault(require('path'));}function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}

@@ -183,7 +182,6 @@

*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

@@ -8,0 +7,0 @@

{
"name": "jest-editor-support",
"version": "21.1.0",
"version": "21.2.0",
"repository": {

@@ -8,3 +8,3 @@ "type": "git",

},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "build/index.js",

@@ -11,0 +11,0 @@ "dependencies": {

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