node icon indicating copy to clipboard operation
node copied to clipboard

Official Node client library for IPinfo API (IP geolocation and other types of IP data)

Results 8 node issues
Sort by recently updated
recently updated
newest added

To enable compatibility with non-Node environments (e.g. Cloudflare Workers), it would be nice if this library can switch to using the Fetch API instead of node's http/https packages. I had...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

We have several files like `eu.json`, `countries.json`, `continents.json` and so on, which are loaded during initialization / startup of the client. Instead of loading these as such, which has risks...

My SvelteKit app works fine in dev mode. However when i attempt to build, i get `TypeError: IPinfoWrapper is not a constructor`. My code looks like this: ```javascript import IPinfoWrapper...

Looks like something is wrong here: ``` SyntaxError: Unexpected token ';', ";{ "ip":"... is not valid JSON at JSON.parse () at IncomingMessage. (C:\Users\Administrator\Desktop\data-analysis-co\node_modules\node-ipinfo\dist\src\ipinfoWrapper.js:109:67) at IncomingMessage.emit (node:events:519:28) at emitCloseNT (node:internal/streams/destroy:147:10) at...

My server just crashed after few months using this library. I'm using try/catch, but I think the error was caused by an event listener block and my code couldn't handle...

Add residential proxy API support and related tests

_Note: This issue was discovered by Cline 2.1.4 using the Anthropic claude-3-5-sonnet-20241022 LLM model. Cline+Claude also wrote the following bug report. Prompt crafting by Eric Hammond._ # Required fields in...