Socket
Book a DemoInstallSign in
Socket

copypack

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copypack

like links but copies

latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

copypack

like links but copies.

Installation

npm install copypack

Usage

copypack <required: destination-package-directory> <zero-or-more: package-json-filter>

Defaults

The default filter is packages/*/package.json following typescript readDirectory globbing.

How it works

  • glob all package.json files
  • find node_modules in target package
  • copy all packages that intersect with the globbed package.json files and the target node_modules

Keywords

link packages

FAQs

Package last updated on 22 Jun 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