Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A simple CLI tool to look for Github Jobs right in your terminal.
Using this tool is a piece of cake :
This is a simple cli project that i created to teach myself how to build cli apps from complete scratch. Thought you guys might like it so here it is.
$ npm install -g gitjob-cli
Usage: gitjob [any city] [prefered language]
Note:
1) One thing to note that this tool does not accept any flag [ Which was for less confusion while typing.
3.If you dont add any arguments then it will print the job openings from all around the world.
2)If any argument is added then the second argument is always has to be a <city> name and the last argument has to be your preferred <programming language>.
The commands available are: gitjob
, gitjob <city> <language>
(ex : gitjob london python
)
Feel free to submit issues and enhancement requests.
Node - The whole app is based on node Axios - The http client used Meow - CLI helper with flags ,input ,arguments etc Chalk - Used in styling the cli elements Striptags - Used to remove the html tags from a fetched json response.
gitjob-cli is Node based cli tool with npm as it's package manager. This is still a wip project .Plus not very hard to wrap your head around with the code so even in you have some experience and want to enhance this project.Then please do contribute
Read more on contributing guide here.
Copyright (c) 2019 Rocktim Saikia Licensed under the MIT license.
FAQs
A cli tool to search for github jobs near you or anywhere
The npm package gitjob receives a total of 3 weekly downloads. As such, gitjob popularity was classified as not popular.
We found that gitjob 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.