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

latestbinfetcher

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

latestbinfetcher

Get the latest bin updates in json format. This project was built using Axios and Cheerio.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Latest Bin Fetcher

LatestBinFetcher Logo

Get the latest bin updates in json format. This project was built using Axios and Cheerio.

HOW TO INSTALL?

npm i latestbinfetcher

Require to export function

//CommonJS
const { getLatestBin } = require('latestbinfetcher');

SIMPLE USAGE

* getLatestBin()

//Using then()
getLatestBin({
 search: 'Spotify',
 quantity: 1
}).then((res)={
 console.log(res)
})

//Using Await
let res = await getLatestBin({
 search: 'Spotify',
 quantity: 1
})
console.log(res)

Sample Responses

Success Response

//Every success result is in array
[
  {
    BinTitle: 'BIN SPOTIFY',
    BinDate: ' Published Date: 23-08-2022',
    BinDesc: '\n' +
      '🔰 BIN SPOTIFY 🔰\n' +
      '📤| BIN: 515834000452xxxx\n' +
      'Visit Namso Gen\n' +
      '📤 DATE: 02|2026\n' +
      '📮 CVV: RND\n' +
      '🌏 IP: CHANGE PAYMENT TO PANAMA 🇵🇦\n' +
      '📤 BIN LINK: https://allbins.co/bin-spotify.html\n' +
      '📝| Note: Also work with Paramount Plus\n' +
      '�| GEN: https://allbins.co/namsogen/\n' +
      '�| Follow: https://twitter.com/allbinsco\n' +
      '�| Join: https://reddit.com/r/allbins\n'
  }
]

Error Responses

here are the typea of error responses.

{
  status: '[ERR] Input Error',
  message: 'Quantity needs to be a number.'
}

{
  status: '[ERR] Input Error',
  message: 'Quantity/Search value needs to be filled.'
}

{
  status: '[ERR] Invalid Search!',
  message: 'You searched for "!GetBin" but nothing was found on our database. Please try again.'
}

{
  status: '[ERR] Blocked Request',
  message: 'No requests lower than 1'
}

{
  status: '[ERR] Data was not found.',
  message: "Right now your'e requesting 99 Bins to Retrieve. As of now there are only 21 Bin on BIN SPOTIFY List, Please reduce the amount of data you want to request."
}

All Params

ParamsIs RequiredTypeExplanationSample
searchyesstringkeyword/bin type"multifunctional"
quantityyesInt or numberQuantity of bin you want to get on specific bin type.1

Keywords

bin

FAQs

Package last updated on 01 Oct 2022

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