vid-to-speech-api-json icon indicating copy to clipboard operation
vid-to-speech-api-json copied to clipboard

Generates google speech api response from any video using google cloud functions and google cloud storage

Results 65 vid-to-speech-api-json issues
Sort by recently updated
recently updated
newest added

## CVE-2018-16492 - High Severity Vulnerability Vulnerable Library - extend-3.0.1.tgz Port of jQuery.extend for node.js and the browser Library home page: https://registry.npmjs.org/extend/-/extend-3.0.1.tgz Path to dependency file: /package.json Path to vulnerable...

Mend: dependency security vulnerability

## CVE-2020-28500 - Medium Severity Vulnerability Vulnerable Library - lodash-4.17.5.tgz Lodash modular utilities. Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz Path to dependency file: /package.json Path to vulnerable library: /node_modules/lodash/package.json Dependency Hierarchy: -...

Mend: dependency security vulnerability

## CVE-2022-25878 - High Severity Vulnerability Vulnerable Libraries - protobufjs-6.8.6.tgz, protobufjs-5.0.2.tgz protobufjs-6.8.6.tgz Protocol Buffers for JavaScript (& TypeScript). Library home page: https://registry.npmjs.org/protobufjs/-/protobufjs-6.8.6.tgz Path to dependency file: /package.json Path to vulnerable...

Mend: dependency security vulnerability

## CVE-2018-3750 - High Severity Vulnerability Vulnerable Library - deep-extend-0.4.2.tgz Recursive object extending Library home page: https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz Path to dependency file: /package.json Path to vulnerable library: /node_modules/grpc/node_modules/deep-extend/package.json Dependency Hierarchy: -...

Mend: dependency security vulnerability

Bumps [@ffmpeg-installer/ffmpeg](https://github.com/kribblo/node-ffmpeg-installer) from 1.0.20 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ffmpeg-installer/ffmpeg&package-manager=npm_and_yarn&previous-version=1.0.20&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Todo: - [x] Updates dependencies to the latest version - [ ] Fix security vulnerabilities - [ ] Move to Yarn - [ ] Convert code to use TypeScript -...

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 1.6.0 to 5.2.0. Release notes Sourced from @google-cloud/storage's releases. v5.2.0 Features remove through2 dependency (#1240) (97c73dd) Bug Fixes support request interceptors for file uploads (#1225) (aa4e4ec) deps:...

dependencies

Bumps [@google-cloud/speech](https://github.com/googleapis/nodejs-speech) from 1.1.0 to 3.5.1. Release notes *Sourced from [@google-cloud/speech's releases](https://github.com/googleapis/nodejs-speech/releases).* > ## v3.5.1 > ### Bug Fixes > > * **deps:** pin TypeScript below 3.7.0 ([#480](https://www.github-redirect.dependabot.com/googleapis/nodejs-speech/issues/480)) ([a39635f](https://www.github.com/googleapis/nodejs-speech/commit/a39635f493c5d54bd0e1a9d32955b1467cec26e9)) >...

dependencies

It seems that the file name is not accessible under data property since this property is undefined The file name is accesible directly within the event. Since GCFunctions are in...