
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@babel/plugin-syntax-import-attributes
Advanced tools
Allow parsing of the module attributes in the import statement
The @babel/plugin-syntax-import-attributes package allows Babel to parse import statements with attributes, which is a proposal for ECMAScript to allow additional metadata to be provided with import statements. This plugin only allows Babel to parse this syntax and does not transform it. It is useful for developers who want to use the proposed import attributes syntax in their codebase and ensure that Babel can correctly understand it.
Parsing import statements with attributes
This feature allows Babel to parse import statements that include an 'assert' clause with attributes. This is part of a stage 3 proposal to allow asserting certain conditions on imported modules.
import json from './data.json' assert { type: 'json' };
This package allows Babel to transform export * as ns from 'module' syntax, which is similar in that it extends the capabilities of module import/export syntax, but it focuses on export statements rather than import attributes.
This package enables Babel to parse and transform the dynamic import() syntax, which is another extension to the module system in JavaScript. While it deals with dynamic imports rather than static import attributes, it is similar in that it enhances the module system.
This package transforms ES6 modules to CommonJS, allowing for interoperability with module systems used in different environments. It does not handle import attributes but is related in terms of module system handling.
Allow parsing of the module attributes in the import statement
See our website @babel/plugin-syntax-import-attributes for more information.
Using npm:
npm install --save-dev @babel/plugin-syntax-import-attributes
or using yarn:
yarn add @babel/plugin-syntax-import-attributes --dev
FAQs
Allow parsing of the module attributes in the import statement
We found that @babel/plugin-syntax-import-attributes 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.