New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

six-favorites-manager

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-favorites-manager

A component that provides support for the /favorites API to widgets

1.0.7
latest
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

Provides support for /favorites to widgets

  • Must be initialized before any widgets on page

Usage

NPM

# npm install six-favorites-manager
import FavoritesManager from 'six-favorites-manager'

// initialize with session from SDK and an userId
FavoritesManager(session,{userId: '1884C0B8-C22A-4B7A-9DB3-A9AB4F8A45B6'})

CDN

<script type="text/javascript" src="https://cdn.six.se/js/six-favorites-manager/0/six-favorites-manager.min.js" />

// initialize with session from SDK and an userId
Six.Components.FavoritesManager(session,{userId: '1884C0B8-C22A-4B7A-9DB3-A9AB4F8A45B6'})

FAQs

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