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

babel-plugin-jest-hoist

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-jest-hoist - npm Package Compare versions

Comparing version 24.0.0-alpha.9 to 24.0.0-alpha.10

11

build/index.js
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
exports.default = void 0;
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -170,3 +175,3 @@ * This source code is licensed under the MIT license found in the

module.exports = () => {
var _default = () => {
const isJest = callee =>

@@ -203,1 +208,3 @@ callee.get('object').isIdentifier(JEST_GLOBAL) ||

};
exports.default = _default;

4

package.json
{
"name": "babel-plugin-jest-hoist",
"version": "24.0.0-alpha.9",
"version": "24.0.0-alpha.10",
"repository": {

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

"main": "build/index.js",
"gitHead": "c7caa7ba5904d0c61e586694cde5f536639e4afc"
"gitHead": "722049ccd66947d48296dcb666bc99fccab86065"
}
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