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

@auto/git

Package Overview
Dependencies
Maintainers
3
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.0 to 0.2.1

22

node/get-bumps.js

@@ -38,20 +38,10 @@ "use strict";

if (parsed.type === 'initial') {
if (Reflect.has(bumps, name)) {
const bump = bumps[name];
bump.messages.push({
bumps[name] = {
name,
type: gitOptions.initialType,
messages: [{
type: parsed.type,
value: parsed.message
});
bump.type = gitOptions.initialType;
} else {
bumps[name] = {
name,
type: gitOptions.initialType,
messages: [{
type: parsed.type,
value: parsed.message
}]
};
}
}]
};
completedPackages.push(name);

@@ -58,0 +48,0 @@ continue;

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

@@ -12,5 +12,2 @@ "keywords": [],

},
"publishConfig": {
"access": "public"
},
"dependencies": {

@@ -17,0 +14,0 @@ "@auto/utils": "^0.2.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