🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@kepler-io/toolbox

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kepler-io/toolbox

There are few differences in the project if you are using it in monorepo or "outside" of monorepo.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Monorepo vs. no monorepo

There are few differences in the project if you are using it in monorepo or "outside" of monorepo.

Config.json

There is difference in path of tools. Depends if you are running Toolbox in monorepo (Yarn workspaces) or not.

In monorepo config.json "buildDir": ["..", "tools", "sample-tool-1", "dist"],

For "external" usage. Outside of monorepo. config.json "buildDir": ["node_modules", "@kepler-io", "sample-tool-1", "dist"],

Publishing

  • When publishing a toolbox from this monorepo:
  • remove argument from start script in package.json

In case you are running tools in monorepo: "start": "kepler-server --config=toolbox",

In case you are running tools outside a monorepo (and for publishing): "start": "kepler-server",

  • For "external" usage. Outside of monorepo. config.json "buildDir": ["node_modules", "@kepler-io", "sample-tool-1", "dist"],

FAQs

Package last updated on 12 Apr 2023

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