
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This npm add, edit, delete or display your events in Google Calendar on terminal.
npm install googler-js
Login GCP > [APIs & Services] > [Enabled APIs & services]
https://cloud.google.com/endpoints/docs/openapi/enable-api
[APIs & Services] > [OAuth consent screen]
https://support.google.com/workspacemigrate/answer/9222992?hl=ja
[APIs & Services] > [Credentials] > [CREATE CREDENTIALS] > [Service account]
And then download credential json file.
https://cloud.google.com/docs/authentication/production?hl=ja#create_service_account
Select calendar you want to share to the service account, add people in [Share with specific people].
And then enter the email address of service account and select permissions (choice [Make changes to events]).
Copy env file.
cp .env.sample .env
Set environmental variables.
export CREDENTIAL_KEY_FILE='~/service_credentials.json' # your credential file path
export CALENDAR_ID='xxxxx' # your calendar id
export TIMEZONE='Asia/Tokyo' # your timezone
Execute source command.
source .env
Execute googler-js command with the below option.
$ googler-js -h
Usage: cli [options]
Options:
-l, --list list your calendar
-a, --add add a new schedule
-d, --delete delete a schedule
-e, --edit edit a schedule
-h, --help display help for command
FAQs
create, delete, edit, display events in your google calendar on terminal.
We found that googler-js 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.