clarifai-nodejs-grpc icon indicating copy to clipboard operation
clarifai-nodejs-grpc copied to clipboard

Clarifai gRPC NodeJS client

Results 19 clarifai-nodejs-grpc issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to upgrade protobufjs from 6.10.2 to 6.11.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=protobufjs&from_version=6.10.2&to_version=6.11.2&pr_id=12b21a11-c587-4bd3-867c-a0f774ad4d75&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade @grpc/grpc-js from 1.4.2 to 1.5.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@grpc/grpc-js&from_version=1.4.2&to_version=1.5.0&pr_id=65579151-1772-4372-85a1-e312bd1556ea&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade axios from 0.21.1 to 0.24.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=axios&from_version=0.21.1&to_version=0.24.0&pr_id=ef5637e7-f043-42db-a9dc-2f7570e8e467&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade @grpc/proto-loader from 0.5.5 to 0.6.9. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@grpc/proto-loader&from_version=0.5.5&to_version=0.6.9&pr_id=020138e7-5985-4ef4-bb1b-494a7a09caf8&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade google-protobuf from 3.14.0 to 3.19.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=google-protobuf&from_version=3.14.0&to_version=3.19.2&pr_id=4335bfa0-24d7-4b19-b0e0-e68de9e4b425&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

https://stackoverflow.com/questions/70074554/clarifai-how-does-one-delete-a-concept-using-its-id-node-grcp-client I want to expose the CRUD API for inputs, annotations and concepts. I am unable to find how to delete concepts using the gRCP node client (V7.4) I want...

Using a similar call: ```javascript // This will be used by every Clarifai endpoint call. const metadata = new grpc.Metadata() metadata.set('authorization', 'Key XXXXX') stub.PostInputs( { inputs: [{data: { image: {url:...

Adds Github CodeQL Analysis