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.10 to 24.0.0-alpha.11

9

build/index.js
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
exports.default = void 0;
/**

@@ -175,3 +170,3 @@ * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

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

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

};
exports.default = _default;

4

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

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

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