@babel/helper-wrap-function
Advanced tools
Comparing version 7.18.11 to 7.19.0
@@ -134,2 +134,4 @@ "use strict"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/helper-wrap-function", | ||
"version": "7.18.11", | ||
"version": "7.19.0", | ||
"description": "Helper to wrap functions inside a function call.", | ||
@@ -17,6 +17,6 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-function-name": "^7.18.9", | ||
"@babel/helper-function-name": "^7.19.0", | ||
"@babel/template": "^7.18.10", | ||
"@babel/traverse": "^7.18.11", | ||
"@babel/types": "^7.18.10" | ||
"@babel/traverse": "^7.19.0", | ||
"@babel/types": "^7.19.0" | ||
}, | ||
@@ -23,0 +23,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
14483
5
115
Updated@babel/traverse@^7.19.0
Updated@babel/types@^7.19.0