
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Node.js library for accessing TheTVDB JSON API. Originally based on joaocampinhos/thetvdb-api to give nicer output and additional features.
Pull requests are always very welcome.
Install with npm:
npm install --save node-tvdb
And run tests with Mocha:
TVDB_KEY=[YOUR API KEY HERE] npm test
Mocha is installed as a development dependency; you do not need to install it globally to run the tests.
To start using this library you first need an API key. You can request one here. Then just follow this simple example that fetches all the shows containing "The Simpsons" in the name.
const TVDB = require('node-tvdb');
const tvdb = new TVDB('ABC123');
tvdb.getSeriesByName('The Simpsons')
.then(response => { /* process data */ })
.catch(error => { /* handle error */ });
Generated API docs with code examples can be found at: edwellbrook.github.io/node-tvdb.
For details on response data, please see TheTVDB API docs.
The MIT License (MIT)
FAQs
Node.js library for accessing TheTVDB's API
The npm package node-tvdb receives a total of 120 weekly downloads. As such, node-tvdb popularity was classified as not popular.
We found that node-tvdb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.