Gathering detailed insights and metrics for @rimiti/google-gcs-examples
Gathering detailed insights and metrics for @rimiti/google-gcs-examples
Gathering detailed insights and metrics for @rimiti/google-gcs-examples
Gathering detailed insights and metrics for @rimiti/google-gcs-examples
Simple NodeJS examples to demonstrate how to use GCS.
npm install @rimiti/google-gcs-examples
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
19 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 28, 2018
Latest Version
0.0.1
Package Id
@rimiti/google-gcs-examples@0.0.1
Unpacked Size
14.53 kB
Size
3.22 kB
File Count
9
NPM Version
6.4.1
Node Version
8.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
20
Simple example to demonstrate how to use Google Cloud Storage (GCS) service.
1$ yarn @rimiti/google-gcs-examples
$ import * as gcs from '@rimiti/google-gcs-examples';
// Uploading file
gcs.upload(bucket, file)
.then(() => console.log('Upload done.')
.catch((e) => console.error('Error during upload', e);
// Downloading file
gcs.download(bucket, filename, destination)
.then(() => console.log('Download done.')
.catch((e) => console.error('Error during download', e);
// Removing file
gcs.remove(bucket, filename)
.then(() => console.log('Remove done.')
.catch((e) => console.error('Error during remove', e);
// Retrieving file information
gcs.getFileInformations(bucket, filename)
.then((informations) => console.log(informations)
.catch((e) => console.error('Error during retrieve', e);
MIT © Dimitri DO BAIRRO
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/19 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
65 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More