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.1.0 to 4.1.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [4.1.1](https://github.com/tvdstaaij/node-git-describe/compare/v4.1.0...v4.1.1) (2022-05-23)
### Fixes and Improvements
* Typescript `match` option now accepts null/false, if you want to not pass `--match` down to git ([9174ecc](https://github.com/tvdstaaij/node-git-describe/commit/9174eccd32e280cae8197c22f82d566ce2c08100))
## [4.1.0](https://github.com/tvdstaaij/node-git-describe/compare/v4.0.4...v4.1.0) (2021-08-16)

@@ -7,0 +14,0 @@

2

index.d.ts

@@ -20,3 +20,3 @@ import { SemVer } from "semver";

requireAnnotated?: boolean;
match?: string;
match?: null | false | string;
customArguments?: Array<string>;

@@ -23,0 +23,0 @@ };

{
"name": "git-describe",
"version": "4.1.0",
"version": "4.1.1",
"description": "Git describe information at runtime, with semver support",

@@ -5,0 +5,0 @@ "keywords": [

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