
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
babel-plugin-transform-export-namespace
Advanced tools
Compile export namespace to ES2015
Compile export-ns-from statements to ES2015
export * as ns from 'mod';
npm install --save-dev babel-plugin-transform-export-namespace
.babelrc
(Recommended).babelrc
{
"plugins": ["transform-export-namespace"]
}
babel --plugins transform-export-namespace script.js
require("babel-core").transform("code", {
plugins: ["transform-export-namespace"]
});
FAQs
Compile export namespace to ES2015
The npm package babel-plugin-transform-export-namespace receives a total of 286 weekly downloads. As such, babel-plugin-transform-export-namespace popularity was classified as not popular.
We found that babel-plugin-transform-export-namespace demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.