
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Simple command-line tool for logging what you've been up to in plain text files.
> jog today
By default, this will create a blank file at ~/jog/YYYY/MM/DD.txt'
and open it with the editor specified by your EDITOR
environment variable (or vim
, if none is set). If the file already exists, it will be opened in your editor.
When run, jog
will walk up your directory tree from your current working directory looking for .jogrc
and .jogtemplate
. If it can't find them, it will look in your home directory. If they don't exist there, it will use the built-in defaults.
To view your current configuration, run jog config
:
> jog config
Config
------
{:root=>"/Users/tyson/Dropbox/log",
:path_format=>"%Y/%B/%d.txt"}
Template
--------
---
Date: <%= Time.now.strftime( "%B %-d, %Y" ) %>
Time: <%= Time.now.strftime( "%-I:%M%P %Z" ) %>
---
.jogrc
Example:
root: ~/Dropbox/log
path_format: '%Y/%B/%d.txt'
.jogtemplate
Jog template files are processed through ERB at runtime. Example:
---
Date: <%= Time.now.strftime( "%A %B %-d, %Y" ) %>
Time: <%= Time.now.strftime( "%-I:%M%P %Z" ) %>
---
.jogtemplate
is provided, fix for
.jogrc
being used as template when .jogtemplate
wasn't present.FAQs
Unknown package
We found that jog 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.