You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

auto

Package Overview
Dependencies
Maintainers
7
Versions
1220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto - npm Package Compare versions

Comparing version
11.3.2
to
11.3.3
+1
-1
dist/parse-args.js

@@ -544,3 +544,3 @@ "use strict";

if (mainOptions.version) {
const version = "11.3.2" || core_1.getAutoVersion();
const version = "11.3.3" || core_1.getAutoVersion();
console.log(`v${version}`);

@@ -547,0 +547,0 @@ }

@@ -7,3 +7,3 @@ {

"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "11.3.2",
"version": "11.3.3",
"license": "MIT",

@@ -53,6 +53,6 @@ "author": {

"dependencies": {
"@auto-it/core": "11.3.2",
"@auto-it/npm": "11.3.2",
"@auto-it/released": "11.3.2",
"@auto-it/version-file": "11.3.2",
"@auto-it/core": "11.3.3",
"@auto-it/npm": "11.3.3",
"@auto-it/released": "11.3.3",
"@auto-it/version-file": "11.3.3",
"await-to-js": "^3.0.0",

@@ -71,3 +71,3 @@ "chalk": "^4.0.0",

},
"gitHead": "f455ccda5301df8f100d98cbee01e5ce4da8f62f"
"gitHead": "1b5aabcf8acafb4028e75cd1cdd73dca6cc89673"
}