New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@futura-dev/cosmodrome

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@futura-dev/cosmodrome - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

20

dist/commands/release.js

@@ -146,8 +146,3 @@ "use strict";

message: "Choose the repository provider",
choices: [
{ value: "GitHub" },
{ value: "DevOps" }
// { value: 'GitLab' },
// { value: 'BitBucket' }
]
choices: [{ value: "GitHub" }, { value: "DevOps" }]
}));

@@ -158,3 +153,6 @@ const git_provider_config = {

doesGenerateReleaseNotes: true,
releaseBranchName: (0, functions_1.controlledSpawn)("git", ["branch", "--show-current"])
releaseBranchName: (0, functions_1.controlledSpawn)("git", [
"branch",
"--show-current"
]).trim()
};

@@ -231,13 +229,9 @@ if (git_provider === "GitHub") {

.then(res => {
console.log("SUCCESS");
s.info(res);
s_git.complete(`Release ${repo_config.releaseName} created`);
s.newline();
s.success("well done");
s.success("well done 🚀 !!");
resolve();
})
.catch(err => {
console.log("ERROR");
s.info(err);
s_git.fatal(err);
fs.writeFileSync("./cosmodrome.logs", err);
reject();

@@ -244,0 +238,0 @@ });

{
"name": "@futura-dev/cosmodrome",
"version": "1.3.1",
"version": "1.4.0",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

{
"name": "@futura-dev/cosmodrome",
"version": "1.3.1",
"version": "1.4.0",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

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