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

escalade-dealer-locator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escalade-dealer-locator

Display a Google map with Escalade dealers via React or as an injectable web component.

  • 1.2.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

Escalade Dealer Locator

Display a Google map with Escalade dealers via React or as an injectable web component.

With React

Installation

With Yarn:

yarn add escalade-dealer-locator

With npm:

npm install --save escalade-dealer-locator

Usage

import DealerLocator from 'escalade-dealer-locator'

...

<DealerLocator brand='goalrilla' />

With Anything Else

<div data-esca-dealers-loading>Loading...</div>
<div data-esca-dealers></div>

<!-- Before your closing </body> tag -->
<script src='https://escalade-dealer-locator-v1.netlify.com/index.js' async></script>
<script>
	new EscaDealerLocator({
		brand: 'goalrilla'
	})
</script>

FAQs

Package last updated on 09 Mar 2018

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