jest-leak-detector
Advanced tools
Comparing version 21.3.0-beta.12 to 21.3.0-beta.13
@@ -42,2 +42,6 @@ /** | ||
} catch (err) { | ||
if (!err || err.code !== 'MODULE_NOT_FOUND') { | ||
throw err; | ||
} | ||
throw new Error( | ||
@@ -44,0 +48,0 @@ 'The leaking detection mechanism requires the "weak" package to work. ' + |
{ | ||
"name": "jest-leak-detector", | ||
"version": "21.3.0-beta.12", | ||
"version": "21.3.0-beta.13", | ||
"repository": { | ||
@@ -11,3 +11,3 @@ "type": "git", | ||
"dependencies": { | ||
"pretty-format": "21.3.0-beta.12" | ||
"pretty-format": "21.3.0-beta.13" | ||
}, | ||
@@ -14,0 +14,0 @@ "optionalDependencies": { |
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
3150
59
+ Addedpretty-format@21.3.0-beta.13(transitive)
- Removedpretty-format@21.3.0-beta.12(transitive)
Updatedpretty-format@21.3.0-beta.13