@babel/helper-function-name
Advanced tools
Comparing version 7.18.9 to 7.19.0
@@ -199,2 +199,4 @@ "use strict"; | ||
return wrap(state, node, newId, scope) || node; | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/helper-function-name", | ||
"version": "7.18.9", | ||
"version": "7.19.0", | ||
"description": "Helper function to change the property 'name' of every function", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/template": "^7.18.6", | ||
"@babel/types": "^7.18.9" | ||
"@babel/template": "^7.18.10", | ||
"@babel/types": "^7.19.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "engines": { |
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
21375
5
164
Updated@babel/template@^7.18.10
Updated@babel/types@^7.19.0