Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.