@babel/helper-function-name
Advanced tools
Comparing version 7.14.2 to 7.14.5
{ | ||
"name": "@babel/helper-function-name", | ||
"version": "7.14.2", | ||
"version": "7.14.5", | ||
"description": "Helper function to change the property 'name' of every function", | ||
@@ -15,8 +15,12 @@ "repository": { | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-get-function-arity": "^7.12.13", | ||
"@babel/template": "^7.12.13", | ||
"@babel/types": "^7.14.2" | ||
} | ||
"@babel/helper-get-function-arity": "^7.14.5", | ||
"@babel/template": "^7.14.5", | ||
"@babel/types": "^7.14.5" | ||
}, | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
6224
1
Updated@babel/template@^7.14.5
Updated@babel/types@^7.14.5