
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@isograph/babel-plugin
Advanced tools
@isograph/babel-pluginThis package exposes a babel plugin for use with Isograph. It is highly recommended.
First, install the package:
yarn add @isograph/babel-plugin@0.0.0-main-b5263898
Next, add it to your .babelrc:
module.exports = {
plugins: ['@isograph'],
};
This package changes calls to iso entrypoint to require calls for the generated artifact. For example, iso`entrypoint Query.HomePage` might get replaced with require("../__isograph/Query/HomePage/entrypoint.ts").
For this babel plugin to work, it must find an isograph.config.json file. It is safe to put one at the root of your project.
:::warning
yarn iso --config $PATH will work if the config is not named isograph.config.json, or is not found in the root of the project. But the babel plugin will not (yet!)
:::
The backlog includes developing an SWC plugin. It has not been done, yet.
FAQs
A Babel plugin for use with Isograph applications.
We found that @isograph/babel-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.