Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

deployed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deployed - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
app/controllers/deployed/run_controller.rb

@@ -33,3 +33,3 @@ # frozen_string_literal: true

# Execute the command
exec("kamal #{command}; echo \"[Kamal Rails] End transmission\"")
exec("kamal #{command}; echo \"[Deployed Rails] End transmission\"")
end

@@ -116,3 +116,3 @@

sse.write(
'[Kamal Rails] End transmission',
'[Deployed Rails] End transmission',
event: 'message'

@@ -119,0 +119,0 @@ )

module Deployed
VERSION = "0.1.1"
VERSION = "0.1.2"
end