@babel/traverse
Advanced tools
Comparing version 7.10.1 to 7.10.3
{ | ||
"name": "@babel/traverse", | ||
"version": "7.10.1", | ||
"version": "7.10.3", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -18,8 +18,8 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.10.1", | ||
"@babel/generator": "^7.10.1", | ||
"@babel/helper-function-name": "^7.10.1", | ||
"@babel/code-frame": "^7.10.3", | ||
"@babel/generator": "^7.10.3", | ||
"@babel/helper-function-name": "^7.10.3", | ||
"@babel/helper-split-export-declaration": "^7.10.1", | ||
"@babel/parser": "^7.10.1", | ||
"@babel/types": "^7.10.1", | ||
"@babel/parser": "^7.10.3", | ||
"@babel/types": "^7.10.3", | ||
"debug": "^4.1.0", | ||
@@ -30,5 +30,5 @@ "globals": "^11.1.0", | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "^7.10.1" | ||
"@babel/helper-plugin-test-runner": "^7.10.3" | ||
}, | ||
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf" | ||
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53" | ||
} |
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
1
Updated@babel/code-frame@^7.10.3
Updated@babel/generator@^7.10.3
Updated@babel/parser@^7.10.3
Updated@babel/types@^7.10.3