Socket
Socket
Sign inDemoInstall

babel-plugin-jest-hoist

Package Overview
Dependencies
Maintainers
7
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 26.6.2 to 27.0.0-next.0

10

build/index.js

@@ -94,3 +94,7 @@ 'use strict';

'parseInt',
'exports',
'require',
'module',
'__filename',
'__dirname',
'undefined',

@@ -153,5 +157,5 @@ ...Object.getOwnPropertyNames(global)

if (
binding === null || binding === void 0
? void 0
: binding.path.isVariableDeclarator()
binding !== null &&
binding !== void 0 &&
binding.path.isVariableDeclarator()
) {

@@ -158,0 +162,0 @@ const {node} = binding.path;

{
"name": "babel-plugin-jest-hoist",
"version": "26.6.2",
"version": "27.0.0-next.0",
"repository": {

@@ -10,7 +10,11 @@ "type": "git",

"engines": {
"node": ">= 10.14.2"
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
},
"dependencies": {

@@ -34,3 +38,3 @@ "@babel/template": "^7.3.3",

},
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
"gitHead": "4f77c70602cab8419794f10fa39510f13baafef8"
}
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