Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
babel-helper-function-name
Advanced tools
Helper function to change the property 'name' of every function
The babel-helper-function-name package is a utility that helps with naming function expressions in your JavaScript code, primarily used with Babel, a JavaScript compiler. This package is particularly useful when working with anonymous functions or when you want to ensure your stack traces are more readable by providing names to otherwise unnamed functions. It can also be useful for debugging purposes and for making your code more understandable.
Naming anonymous function expressions
Automatically assigns names to anonymous function expressions to improve stack traces and debugging. The code sample shows how you might use babel-helper-function-name in a Babel plugin to transform code by naming an anonymous function.
babel.transform('let f = function() {};', { plugins: [functionNamePlugin] });
While not directly related to function naming, babel-plugin-add-module-exports modifies module export behavior in a way that can affect how functions are exported and named. It ensures that the module.exports is properly set, which can indirectly influence function naming and debugging. It's a complementary tool for developers looking to improve code clarity and interoperability.
TODO
FAQs
Helper function to change the property 'name' of every function
The npm package babel-helper-function-name receives a total of 1,655,364 weekly downloads. As such, babel-helper-function-name popularity was classified as popular.
We found that babel-helper-function-name demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.