Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-mapexplorer

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-mapexplorer

Ember addon that displays a Map Explorer

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
7
Weekly downloads
 
Created
Source

Ember MapExplorer

build status

Ember addon that provides map-explorer, a component that displays a Chain Map

Installation

Install the ember-cli addon in your ember-cli project:

$ ember install ember-mapexplorer

This should automatically install ember-cli-sass.

If you want to take advantage of default styles you may add:

@import 'mapexplorer-core';
@import 'ember-mapexplorer';

in your app/styles/app.scss.

You can also override default variables.

Usage

With an agent Url and a map ID:

{{map-explorer applicationUrl="http://localhost:4000" mapId="57743311d6a22a8f2bd2bec1"}}

With a chainscript (a JSON string or the array of segments as a POJO):

{{map-explorer chainscript=myChainscript}}

Keywords

FAQs

Package last updated on 05 Oct 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc