@babel/helpers
Advanced tools
Comparing version 7.4.0 to 7.4.2
@@ -1808,3 +1808,3 @@ "use strict"; | ||
var g = _groups.get(re); | ||
return Object.keys(groups).reduce(function(groups, name) { | ||
return Object.keys(g).reduce(function(groups, name) { | ||
groups[name] = result[g[name]]; | ||
@@ -1811,0 +1811,0 @@ return groups; |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.4.0", | ||
"version": "7.4.2", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -21,3 +21,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
}, | ||
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804" | ||
"gitHead": "7dea0f23de51af336a2fab0286a73af30cddf3be" | ||
} |
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
27
66878