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

funko-vault

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

funko-vault

get all the funko pop figurines list vaulted (not produced anymore)

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

funko-vault

Get the Funko pop Vault list from the official website Funko The vault is the registry of items not produced anymore. By the way this makes its cost unit price to increase.

Functionalities

  • Get the full list of vaulted pop

Next Functionnalities

  • Indexing through Elasticsearch
  • Retrieve all items from .json shopify API

Install

Requirements
  • Node v6.0+
npm install funko-vault

How to

Extremely simple use case. See specs/mocktest.js All methods use Promise.

var fp = require('funko-vault');

fp.list()
    .then((data) => console.dir(data, {depth : 3, colors : true}) );

License

MIT

Keywords

FAQs

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