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 16.1.0-alpha.691b0e22 to 17.0.2

68

build/index.js

@@ -21,49 +21,49 @@ /**

const WHITELISTED_IDENTIFIERS = {
jest: true,
expect: true,
require: true,
Infinity: true,
NaN: true,
undefined: true,
Object: true,
Function: true,
Array: true,
ArrayBuffer: true,
Boolean: true,
Symbol: true,
DataView: true,
Date: true,
Error: true,
EvalError: true,
Float32Array: true,
Float64Array: true,
Function: true,
Generator: true,
GeneratorFunction: true,
Infinity: true,
Int16Array: true,
Int32Array: true,
Int8Array: true,
InternalError: true,
Intl: true,
JSON: true,
Map: true,
Math: true,
NaN: true,
Number: true,
Object: true,
Promise: true,
Proxy: true,
RangeError: true,
ReferenceError: true,
Reflect: true,
RegExp: true,
Set: true,
String: true,
Symbol: true,
SyntaxError: true,
TypeError: true,
URIError: true,
Number: true,
Math: true,
Date: true,
String: true,
RegExp: true,
Array: true,
Int8Array: true,
Uint16Array: true,
Uint32Array: true,
Uint8Array: true,
Uint8ClampedArray: true,
Int16Array: true,
Uint16Array: true,
Int32Array: true,
Uint32Array: true,
Float32Array: true,
Float64Array: true,
Map: true,
Set: true,
WeakMap: true,
WeakSet: true,
ArrayBuffer: true,
DataView: true,
JSON: true,
Promise: true,
Generator: true,
GeneratorFunction: true,
Reflect: true,
Proxy: true,
Intl: true,
arguments: true };
arguments: true,
expect: true,
jest: true,
require: true,
undefined: true };

@@ -70,0 +70,0 @@ Object.keys(global).forEach(name => WHITELISTED_IDENTIFIERS[name] = true);

{
"name": "babel-plugin-jest-hoist",
"version": "16.1.0-alpha.691b0e22",
"version": "17.0.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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