🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

versionary

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

versionary - npm Package Compare versions

Comparing version
0.26.0
to
0.26.1
+4
-1
dist/release/plan.js

@@ -324,4 +324,7 @@ "use strict";

.filter((sourcePackage) => Boolean(sourcePackage))
.map((pkg) => ({ name: pkg.path, version: pkg.nextVersion }))
.map((pkg) => ({
name: pkg.path === "." ? plan.packageName : pkg.path,
version: pkg.nextVersion,
}))
.sort((a, b) => a.name.localeCompare(b.name));
}
+1
-1
{
"name": "versionary",
"version": "0.26.0",
"version": "0.26.1",
"description": "Automatic release framework based on conventional commits and semantic versioning",

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