New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kiwo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiwo

package.json module manager

  • 0.0.1-beta.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

⛄ Kiwo

NPM Version NPM Downloads Node Compatibility

A package.json module manager

npx kiwo

or recursively for monorepos

npx kiwo -r

📦 Installation


# kiwo 

pnpm install kiwo -D

🦄 Usage

By default, npx kiwo or npx kiwo move only scans the package.json of the current command execution path

The -R or -r option can scan packages in the current command execution path and in subdirectories

Once we have selected the package we want to work on, we can choose how to move the dependencies, which by default is to move the dependencies to the devdependencies

The -D or -d option can choose move devdependencies to dependencies

Keywords

FAQs

Package last updated on 15 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc