Socket
Socket
Sign inDemoInstall

git-semver-tags

Package Overview
Dependencies
2
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 5.0.0

17

package.json
{
"name": "git-semver-tags",
"version": "4.1.1",
"version": "5.0.0",
"description": "Get all git semver tags of your repository in reverse chronological order",

@@ -20,3 +20,3 @@ "bugs": {

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -36,12 +36,11 @@ "files": [

"dependencies": {
"meow": "^8.0.0",
"semver": "^6.0.0"
"meow": "^8.1.2",
"semver": "^6.3.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
},
"bin": {
"git-semver-tags": "cli.js"
},
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
}
"scripts": {
"test-windows": "mocha --timeout 30000"
}
}

@@ -1,2 +0,2 @@

# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverage-image]][coverage-url]

@@ -53,3 +53,3 @@ > Get all git semver tags of your repository in reverse chronological order

[daviddm-url]: https://david-dm.org/stevemao/git-semver-tags
[coveralls-image]: https://coveralls.io/repos/stevemao/git-semver-tags/badge.svg
[coveralls-url]: https://coveralls.io/r/stevemao/git-semver-tags
[coverage-image]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc