babel-plugin-jest-hoist
Advanced tools
Comparing version 16.1.0-alpha.691b0e22 to 17.0.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
5276