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.0
to
0.1.1
+2
-2
app/helpers/deployed/application_helper.rb

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

type: 'button',
onclick: "execKamal('#{command}')",
onclick: "execDeployed('#{command}')",
class: 'rounded-md bg-white px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50',

@@ -63,3 +63,3 @@ 'x-bind:disabled' => '$store.process.running',

type: 'button',
onclick: "abortKamal()",
onclick: "abortDeployed()",
class: 'rounded-md bg-red-600 px-3 py-1.5 text-sm text-white shadow-sm hover:bg-red-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-red-600',

@@ -66,0 +66,0 @@ 'x-bind:disabled' => '$store.process.abortInProgress',

module Deployed
VERSION = "0.1.0"
VERSION = "0.1.1"
end