@babel/helpers
Advanced tools
Comparing version 7.25.6 to 7.25.7
@@ -18,3 +18,3 @@ "use strict"; | ||
} | ||
if (typeof _cache !== "undefined") { | ||
if (_cache !== undefined) { | ||
if (_cache.has(Class)) return _cache.get(Class); | ||
@@ -21,0 +21,0 @@ _cache.set(Class, Wrapper); |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.25.6", | ||
"version": "7.25.7", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -18,9 +18,9 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/template": "^7.25.0", | ||
"@babel/types": "^7.25.6" | ||
"@babel/template": "^7.25.7", | ||
"@babel/types": "^7.25.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/generator": "^7.25.6", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"@babel/parser": "^7.25.6", | ||
"@babel/generator": "^7.25.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.7", | ||
"@babel/parser": "^7.25.7", | ||
"regenerator-runtime": "^0.14.0" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
936147
Updated@babel/template@^7.25.7
Updated@babel/types@^7.25.7