Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

tunefind

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tunefind

API client for tunefind

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

js-standard-style

Tunefind

API client for tunefind

Setup

npm install --save tunefind

Features

  • supports basic all endpoints with optional query parameters
  • provides an interface for callbacks and promises
  • automatically caches results using cacheman, invalidation is based on LRU with boundings defined by TTL, memory or entries size

API

import { Client } from 'tunefind'

const client = new Client({
	credentials: {
		username: '...',
		password: '...'
	}
})

A complete example can be found here

For more checkout the official documentation

Keywords

api

FAQs

Package last updated on 26 Sep 2015

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