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

last-commit-log

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

last-commit-log - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "last-commit-log",
"version": "1.0.0",
"version": "1.0.1",
"description": "read git last commit log",

@@ -9,3 +9,4 @@ "main": "./src/index.js",

"lint": "eslint src test examples --fix",
"test": "npm run lint && nyc --reporter=lcov --reporter=text mocha"
"test": "npm run lint && nyc --reporter=lcov --reporter=text mocha",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},

@@ -12,0 +13,0 @@ "files": [

@@ -10,10 +10,11 @@ # last-commit-log

> fork from [git-last-commit](https://github.com/seymen/git-last-commit)
Node.js module to read last git commit information including tags and branch - mostly to be used by continuous integration and build systems for build tagging purposes.
> fork from [git-last-commit](https://github.com/seymen/git-last-commit)
## Usage
```javascript
const LCL = require('../')
const LCL = require('last-commit-log')

@@ -20,0 +21,0 @@ async function lcommit () {

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