Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
##Keep your tasks in your files and organize using kanban Create tasks in any file using markdown syntax and organize them with a local kanban board. Share your board on github, dropbox, and other cloud providers.
##Install npm install -g imdone
##And run!
navigate to your local project folder and run:
imdone
###Put a task at the top of a list called "to-do"
[this is a task](#todo:20)
###In javascript code
//[this is a task in javascript code](#done:60)
###Put a task on the bottom of a list called "doing"
[this is a task in doing](#doing:40)
###Tasks are sorted by the number after the :
###imdone will create a folder named imdone that will contain your custom configuration and a file to keep your lists in order
##Configuration Create a file called imdone.js in your project directory. The default config looks like this. Your imdone.js will extend this.
module.exports = {
exclude:/^(node_modules|imdone|target)\/|^\.(git|svn)\/|\~$|\.(jpg|png|gif|swp)$/,
port:8080,
//github : {url : "http://www.github.com/piascikj/imdone"}, //Use this if you want links to point at github
marked : {
gfm: true,
pedantic: false,
sanitize: true
}
};
##Implemented in version 0.1.2
FAQs
A task board and wiki in one!
The npm package imdone receives a total of 0 weekly downloads. As such, imdone popularity was classified as not popular.
We found that imdone 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.