-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from fourTheorem/audit-octokit-cve
fix: update OctoKit for CVE audit
- Loading branch information
Showing
4 changed files
with
254 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Parameters": { | ||
"BUCKET_NAME": "pod-transcription-935672627075-eu-west-1", | ||
"GIT_REPO_URL": "https://github.com/awsbites/aws-bites-site.git", | ||
"GIT_USER_EMAIL": "automation@awsbites.com", | ||
"GIT_USER_NAME": "Transcription Automation" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"summary": { | ||
"episodeSummary": "In this episode, we discuss how Node.js has changed web development and made JavaScript a versatile language on both frontend and backend. We talk about the event loop, non-blocking I/O, and Node's module system. We also cover using Node.js with frameworks like Express and Hapi for building APIs and web apps. Overall, we explore why Node.js has become so popular for scalable, real-time web apps.", | ||
"chapters": [ | ||
{ | ||
"startTimestamp": 0, | ||
"summary": "Node.js has been considered a game changer and possibly the biggest innovation in web development in the past decade." | ||
} | ||
], | ||
"tags": [ | ||
"Node.js", | ||
"JavaScript", | ||
"Web Development", | ||
"Frontend", | ||
"Backend", | ||
"Event Loop", | ||
"Non-blocking", | ||
"Asynchronous", | ||
"Express", | ||
"Hapi", | ||
"REST API", | ||
"Real-time", | ||
"Scalable", | ||
"Web Application", | ||
"Framework", | ||
"Programming", | ||
"Coding", | ||
"Developer", | ||
"Server", | ||
"npm", | ||
"Modules", | ||
"Callbacks", | ||
"Promises", | ||
"Async/Await" | ||
] | ||
}, | ||
"transcriptKey": "processed-transcripts/998.json" | ||
} |
Oops, something went wrong.