New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kcinternals/heft-node-rig

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kcinternals/heft-node-rig

a rig package for node development (internal usage)

latest
Source
npmnpm
Version
0.45.0
Version published
Maintainers
1
Created
Source

Heft node-rig

license@latest npm@latest libsio@latest bundle@latest

This packages is for internal usage only.

The riggable is a idea from heft cli to simplify building process (learn more).

Profiles

The profiles is a rigging profile to set up building process based on use cases. On this package, contains 2 profiles:

  • default - For all typescript node packages managed on this repository (learn more).
  • js - For all javascript node packages managed on this repository (learn more).

Profile default

This will generate multiple modules output listed below:

  • lib - The base module contains CommonJS javascript code
  • lib-esnext - contains ESNext module code
  • dist - contains aggregated typescript definitions
    • index.d.ts contains all exported types
    • index-alpha.d.ts contains only alpha exported types
    • index-beta.d.ts contains only beta exported types
    • index-public.d.ts contains only public exported types

Profile js

Similar to default profile except below:

  • Output only CommonJS on lib directory
  • Support typings on jsdoc instead of typescript

Keywords

heft

FAQs

Package last updated on 17 Dec 2024

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