Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@babel/plugin-proposal-export-default-from
Advanced tools
Compile export default to ES2015
The @babel/plugin-proposal-export-default-from package allows developers to use the proposed export default from syntax in their JavaScript code, which is not yet part of the ECMAScript standard. This plugin transforms the proposed syntax into a form that can be understood by current JavaScript engines.
Export default from syntax
This feature allows you to export a default export from another module in a single line. Without this plugin, you would need to import the default export and then export it, which is more verbose.
export v from 'mod';
This package allows you to export namespaced content from another module. It is similar to @babel/plugin-proposal-export-default-from but for namespace exports instead of default exports.
This package was used to provide similar functionality as @babel/plugin-proposal-export-default-from, allowing both default and named exports from syntax. However, it has been deprecated in favor of the individual proposal plugins provided by Babel.
Compile export default to ES2015
See our website @babel/plugin-proposal-export-default-from for more information.
Using npm:
npm install --save-dev @babel/plugin-proposal-export-default-from
or using yarn:
yarn add @babel/plugin-proposal-export-default-from --dev
FAQs
Compile export default to ES2015
The npm package @babel/plugin-proposal-export-default-from receives a total of 3,241,189 weekly downloads. As such, @babel/plugin-proposal-export-default-from popularity was classified as popular.
We found that @babel/plugin-proposal-export-default-from demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.