@babel/helpers
Advanced tools
Comparing version 7.4.2 to 7.4.3
@@ -97,3 +97,3 @@ "use strict"; | ||
var method | ||
if (typeof Symbol === "function") { | ||
if (typeof Symbol !== "undefined") { | ||
if (Symbol.asyncIterator) { | ||
@@ -100,0 +100,0 @@ method = iterable[Symbol.asyncIterator] |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.4.2", | ||
"version": "7.4.3", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -15,3 +15,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"@babel/template": "^7.4.0", | ||
"@babel/traverse": "^7.4.0", | ||
"@babel/traverse": "^7.4.3", | ||
"@babel/types": "^7.4.0" | ||
@@ -22,3 +22,3 @@ }, | ||
}, | ||
"gitHead": "7dea0f23de51af336a2fab0286a73af30cddf3be" | ||
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91" | ||
} |
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
66879
Updated@babel/traverse@^7.4.3