
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
first-commit-date
Advanced tools
Returns a JavaScript date object with the date and time of a git repository's first commit.
Returns a JavaScript date object with the date and time of a git repository's first commit.
Install with npm
$ npm i first-commit-date --save
var firstCommitDate = require('first-commit-date');
firstCommitDate(function(err, date) {
if (err) return console.log(err);
console.log('first commit!', date);
});
//=> first commit! Tue Nov 17 2015 13:29:18 GMT-0500 (EST)
Params
cwd {String}: current working directorycallback {Function}returns {Object}Example
firstCommitDate('foo/.git', function(err, date) {
if (err) return console.log(err);
// do stuff with commit date
});
Synchronously get the first commit date from a git repository.
Params
cwd {String}: current working directoryreturns {Object}Example
var date = firstCommitDate.sync('foo/.git');
Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on November 22, 2015.
FAQs
Returns a JavaScript date object with the date and time of a git repository's first commit.
We found that first-commit-date 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.