Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@auto/git

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/git - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

node/get-commit-messages.js

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

} = await (0, _execa.default)('git', ['log', '--pretty=format:%s'], {
stderr: null
stderr: 'ignore'
});

@@ -19,0 +19,0 @@ return stdout.split('\n');

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

stdout: process.stdout,
stderr: null
stderr: 'ignore'
});

@@ -87,0 +87,0 @@ };

@@ -14,4 +14,4 @@ "use strict";

await (0, _execa.default)('git', ['push', '--follow-tags'], {
stdout: null,
stderr: null
stdout: 'ignore',
stderr: 'ignore'
});

@@ -18,0 +18,0 @@ };

@@ -20,4 +20,4 @@ "use strict";

await (0, _execa.default)('git', ['commit', '-m', `${prefixes.required.dependencies.value} upgrade dependencies`, ...packageJsonPaths], {
stdout: null,
stderr: null
stdout: 'ignore',
stderr: 'ignore'
});

@@ -24,0 +24,0 @@ }

@@ -24,8 +24,8 @@ "use strict";

await (0, _execa.default)('git', ['add', ...packageJsonPaths, ...packageChangelogPaths], {
stdout: null,
stderr: null
stdout: 'ignore',
stderr: 'ignore'
});
await (0, _execa.default)('git', ['commit', '-m', `${prefixes.required.publish.value} ${names}: release`], {
stdout: null,
stderr: null
stdout: 'ignore',
stderr: 'ignore'
});

@@ -32,0 +32,0 @@ }

@@ -22,4 +22,4 @@ "use strict";

await (0, _execa.default)('git', ['tag', '-m', `${name}@${bump.version}`, `${name}@${bump.version}`], {
stdout: null,
stderr: null
stdout: 'ignore',
stderr: 'ignore'
});

@@ -26,0 +26,0 @@ }

{
"name": "@auto/git",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

@@ -14,5 +14,5 @@ "keywords": [],

"@auto/utils": "^0.2.0",
"execa": "^1.0.0",
"execa": "^3.0.0",
"prompts": "^2.0.0"
}
}
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