@babel/helper-define-map
Advanced tools
Comparing version 7.1.0 to 7.4.0
@@ -116,3 +116,3 @@ "use strict"; | ||
function hasComputed(mutatorMap) { | ||
for (const key in mutatorMap) { | ||
for (const key of Object.keys(mutatorMap)) { | ||
if (mutatorMap[key]._computed) { | ||
@@ -119,0 +119,0 @@ return true; |
{ | ||
"name": "@babel/helper-define-map", | ||
"version": "7.1.0", | ||
"version": "7.4.0", | ||
"description": "Helper function to define a map", | ||
@@ -13,5 +13,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", | ||
"@babel/helper-function-name": "^7.1.0", | ||
"@babel/types": "^7.0.0", | ||
"lodash": "^4.17.10" | ||
} | ||
"@babel/types": "^7.4.0", | ||
"lodash": "^4.17.11" | ||
}, | ||
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6527
1
Updated@babel/types@^7.4.0
Updatedlodash@^4.17.11