node-imdb-api icon indicating copy to clipboard operation
node-imdb-api copied to clipboard

A non-scraping, functional node.js interface to imdb (mirror of gitlab.com/worr/node-imdb-api)

Results 26 node-imdb-api issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

The OMDb API gives the ability to get a single episode (e.g. https://www.omdbapi.com/?t=Homeland&plot=full&r=json&season=1&episode=1&apikey=) and it would be useful to be able to do that with this module too. Is that...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Can you add safe search or nsfw filter to package. So it wont show any thing which is nsfw even if i search for it.

Hey, I'm trying to run this in my discord bot (node.js/discord.js) and it shows this error: - Error: No valid exports main found for 'C:\hazuki\bot rewrite\node_modules\ky-universal\node_modules\node-fetch' Can someone help me?

question

```javascript function getInfoByName(title) { const thingy = cli.get({ 'name': title }); thingy.then((value) => { arr = value; console.log(arr); return arr; }); } ``` It logs properly but returns `undefined`. I...

question