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

git-describe

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-describe - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

12

package.json
{
"name": "git-describe",
"version": "4.0.3",
"version": "4.0.4",
"description": "Git describe information at runtime, with semver support",

@@ -24,15 +24,15 @@ "keywords": [

"dependencies": {
"lodash": "^4.16.6"
"lodash": "^4.17.11"
},
"optionalDependencies": {
"semver": "^5.3.0"
"semver": "^5.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"rimraf": "^2.5.4"
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=0.12.17"
"node": ">=4.0.0"
}
}

@@ -6,2 +6,3 @@ # git-describe

[![travis build](https://travis-ci.org/tvdstaaij/node-git-describe.svg?branch=master)](https://travis-ci.org/tvdstaaij/node-git-describe)
[![vulnerabilities](https://snyk.io/test/npm/git-describe/badge.svg)](https://snyk.io/test/npm/git-describe)

@@ -8,0 +9,0 @@ This Node.js module runs [`git describe`][1] on the working directory or any

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