Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
the TypeScript definition file generator for Google APIs Discovery Service
$ gapidts --help
Usage: gapidts [options]
Options:
-h, --help output usage information
--source <file> specified source JSON file.
--list-short list of API ID.
--list list of API ID.
--json emit schema source by JSON.
--id <apiId> endpoint ID. e.g. urlshortener:v1
--endpoint <endpoint> path. e.g. https://www.googleapis.com/discovery/v1/apis/urlshortener/v1/rest
--outDir <directory> output directory.
--silent execute silently.
$ gapidts --list
...
blogger:v3
Blogger API
API for access to the data within Blogger.
books:v1
Books API
Lets you search for books and manage your Google Books library.
...
$ gapidts --id books:v1 --outDir typings
$ ls -l typings
total 288
-rw-r--r--@ 1 vvakame staff 66917 9 14 03:44 books-v1-browser.d.ts
-rw-r--r--@ 1 vvakame staff 68145 9 14 03:44 books-v1-nodejs.d.ts
-rw-r--r--@ 1 vvakame staff 1386 9 14 03:44 googleapis-browser-common.d.ts
-rw-r--r--@ 1 vvakame staff 1185 9 14 03:44 googleapis-nodejs-common.d.ts
FAQs
TypeScript .d.ts file generator for Google Discovery based APIs
The npm package gapidts receives a total of 1 weekly downloads. As such, gapidts popularity was classified as not popular.
We found that gapidts 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.