Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gradientedge/cdk-utils-common

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradientedge/cdk-utils-common

Common utilities for @gradientedge/cdk-utils

Source
npmnpm
Version
2.3.0
Version published
Weekly downloads
440
-17.76%
Maintainers
5
Weekly downloads
 
Created
Source

@gradientedge/cdk-utils-common

Common shared utilities used across all @gradientedge/cdk-utils packages.

Overview

This package provides:

  • Enums — stage definitions (DEV, TEST, UAT, PROD) and environment types
  • Interfaces — shared type definitions for common properties
  • Constants — stage checking utilities and helper functions

Installation

pnpm add @gradientedge/cdk-utils-common

Usage

import { Stage, isDevStage, isPrdStage } from '@gradientedge/cdk-utils-common'

if (isDevStage(currentStage)) {
  // Development-specific configuration
}

Keywords

gradientedge

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts