🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

escalade-price-store

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escalade-price-store

An event-based store system for getting Escalade Sports pricing. Stores all fetched prices in a cookie for quick retrieval.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

escalade-price-store

An event-based store system for getting Escalade Sports pricing. Stores all fetched prices in a cookie for quick retrieval.

Installation

yarn add escalade-price-store

Usage

import PriceStore from 'escalade-price-store'

const priceStore = new PriceStore({
	site: `goalrilla`,
	ids: [ `ID1`, `ID2` ]
})

function allChanged(prices){
	console.log(prices)
}

priceStore.addEvent(allChanged)

priceStore.removeEvent(allChanged)

Keywords

escalade

FAQs

Package last updated on 14 Feb 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