🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@pact-foundation/absolute-version

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/absolute-version - npm Package Compare versions

Comparing version

to
0.0.4

7

CHANGELOG.md

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

### [0.0.4](https://github.com/pact-foundation/absolute-version-js/compare/v0.0.3...v0.0.4) (2021-08-18)
### Fixes and Improvements
* bump version of git-describe to get better behaviour when git is missing ([920e257](https://github.com/pact-foundation/absolute-version-js/commit/920e257893d7d36db300967be09a6c3d837a79c0))
### [0.0.3](https://github.com/pact-foundation/absolute-version-js/compare/v0.0.2...v0.0.3) (2021-08-09)

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

6

package.json
{
"name": "@pact-foundation/absolute-version",
"version": "0.0.3",
"version": "0.0.4",
"description": "Reads your git tags to generate a unique human-readable version for every git commit",

@@ -45,3 +45,3 @@ "main": "dist/index.js",

"rimraf": "^3.0.2",
"standard-version": "^9.1.0",
"standard-version": "^9.3.1",
"ts-jest": "^26.5.1",

@@ -52,3 +52,3 @@ "ts-node": "^9.1.1",

"dependencies": {
"git-describe": "^4.0.4",
"git-describe": "^4.1.0",
"git-rev-sync": "^3.0.1",

@@ -55,0 +55,0 @@ "semver": "^7.3.4",