Socket
Book a DemoInstallSign in
Socket

@liflig/cdk

Package Overview
Dependencies
Maintainers
5
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liflig/cdk

CDK library for Liflig

3.15.8
latest
Source
npmnpm
Version published
Maintainers
5
Created
Source

Liflig CDK

This is a collection of reusable constructs and patterns for CDK setups, for use within Liflig.

State of repository and package

We do not expect others to depend on this, and as such will not be following semantic versioning strictly. There will be breaking changes across both minor and patch releases, as we will be coordinating changes internally.

CDK has some major issues for 3rd party library authors which are not yet resolved. Some relevant information:

  • https://github.com/aws/aws-cdk-rfcs/blob/master/text/0006-monolothic-packaging.md

Pre-commit checklist

  • Lint code

    npm run lint
    
  • Run tests and update snapshots

    npm run snapshots
    npm run test -- -u
    

    Investigate any changes before committing.

Testing library changes before releasing

Alternative 1: Install liflig-cdk from tarball

  • Assemble artifact, which emits a tarball

    npm pack
    
  • Install the library in an application from a tarball

    npm install /path/to/liflig-cdk/liflig-cdk-0.0.0-development.tgz
    

Alternative 2: Install liflig-cdk from a Git branch

  • Navigate to the project where you want to test the changes

    cd /path/to/other/project
    
  • Install the library in an application from a Git branch

    npm install "https://github.com/capralifecycle/liflig-cdk.git#my-feature-branch"
    

Note: npm link cannot be used, since it will lead to multiple declarations of the same classes from CDK, breaking the instanceof operator.

Contributing

This project accepts contributions. To get started, see the Contributing Guidelines.

Keywords

cdk

FAQs

Package last updated on 01 Sep 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.