
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.
@indigocore/ember-mapexplorer
Advanced tools
Ember addon that provides map-explorer, a component that displays a Chain Map
Install the ember-cli addon in your ember-cli project:
$ ember install @indigocore/ember-mapexplorer
This should automatically install ember-cli-sass.
If you want to take advantage of default styles you may add:
@import '@indigocore/mapexplorer-core';
@import '@indigocore/ember-mapexplorer';
in your app/styles/app.scss.
You can also override default variables.
With an agent URL, a map ID and a process name:
{{map-explorer agentUrl="http://localhost:4000" mapId="57743311d6a22a8f2bd2bec1" process="myProcess"}}
With a chainscript (a JSON string or the array of segments as a POJO):
{{map-explorer chainscript=myChainscript}}
FAQs
Ember addon that displays a Map Explorer
We found that @indigocore/ember-mapexplorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
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.