Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@d4nyll/git-tt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d4nyll/git-tt - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

22

package.json
{
"name": "@d4nyll/git-tt",
"version": "0.1.1",
"version": "0.1.2",
"description": "Super Easy™ time-travelling in Git",
"keywords": [
"git",
"git extension",
"date",
"time",
"past",
"present",
"future",
"time travel",
"time machine",
"GIT_AUTHOR_DATE",
"GIT_COMMITTER_DATE"
],
"homepage": "https://github.com/d4nyll/git-tt",
"repository": "github:d4nyll/git-tt",
"bugs": {
"url" : "https://github.com/d4nyll/git-tt/issues",
"email" : "dan@danyll.com"
},
"main": "index.js",

@@ -5,0 +25,0 @@ "author": "Daniel Li <dan@danyll.com>",

5

README.md

@@ -83,6 +83,7 @@ # `git tt`

If this tool becomes more popular, or if you'd like to contribute to new features, here are some of the features I have in mind:
If this tool becomes more popular, or if you'd like to contribute to new features, here are some of the features I have in mind (in order of importance):
* Make error output more user-friendly
* Add fuzziness to the dates - if the user specifies a `--fuzzy` flag, add a few seconds/minutes in a random fashion so the dates are not so 'precise'. E.g. instead of `Thu Oct 25 12:00:00 2018 +0100`, make it `Thu Oct 25 12:03:56 2018 +0100`
* Make error output more user-friendly, perhaps using [`chalk`](https://github.com/chalk/chalk)
* Explore packaging project into stand-alone executable using [`pkg`](https://github.com/zeit/pkg)
* Allow users to retrospectively modify the author and committer date of a commit
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc