{"id":18374565,"url":"https://github.com/jupiterone/tenable-client-nodejs","last_synced_at":"2025-08-01T09:36:59.824Z","repository":{"id":41975469,"uuid":"381794036","full_name":"JupiterOne/tenable-client-nodejs","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-02T19:14:00.000Z","size":78,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-03-15T23:16:31.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JupiterOne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-06-30T18:12:01.000Z","updated_at":"2022-03-01T15:19:35.000Z","dependencies_parsed_at":"2023-02-16T12:16:03.304Z","dependency_job_id":"589a1ab7-b4d2-40b0-b751-526c6573eb88","html_url":"https://github.com/JupiterOne/tenable-client-nodejs","commit_stats":{"total_commits":25,"total_committers":4,"mean_commits":6.25,"dds":0.48,"last_synced_commit":"8a1cc44534a9bf445738dbb7516e05f807d900a6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Ftenable-client-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Ftenable-client-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Ftenable-client-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Ftenable-client-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/tenable-client-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248332075,"owners_count":21086030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T00:15:05.121Z","updated_at":"2025-04-11T02:46:32.273Z","avatar_url":"https://github.com/JupiterOne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tenable-client-nodejs\n\n## Installation\n\n```\n# Install with NPM\n\u003e npm install @jupiterone/tenable-client-nodejs\n\n# Install with Yarn\n\u003e yarn install @jupiterone/tenable-client-nodejs\n```\n\n## Usage\n\n```typescript\nimport { TenableClient } from '@jupiterone/tenable-client-nodejs';\n\nconst client = new TenableClient({\n  // required for authentication\n  accessKey: 'access-key',\n  secretKey: 'access-key',\n  // required for the `user-agent` header\n  vendor: 'access-key',\n  product: 'access-key',\n  build: 'access-key',\n});\n\nclient.fetchUsers()\n  .then((r) =\u003e console.log(r))\n  .catch((e) =\u003e console.error(e))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Ftenable-client-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Ftenable-client-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Ftenable-client-nodejs/lists"}