Socket
Book a DemoInstallSign in
Socket

depstr

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depstr

Bulk linking of packages and bulk updated for dependencies

1.2.1
latest
npmnpm
Version published
Maintainers
1
Created
Source

Depstr

a tool to keep your dependencies and package links up to date

Commands

update --dry-run --config=rda-service

Automatically links packages to local available versions. Which packages are linked is defined in a config file. if the -r option is used all linked dependencies will also be linked to their dependencies.

Installation

Add an npm script to your package.json

{
    "scripts": {
        "link": "node --experimental-modules --no-warnings ./node_modules/.bin/linker --dev --l"
    }
}

Configfile

The config file must reside in the config/depstr directory and have the the name config.dev.yml. the contents are as follows. Modules can also be selected using wildcards. All modules in the package.json are matched against the modules found in this config file. Matches are looked for in the same directory as the current package resides in.

dependencies:
    - module
    - module*
    - @company/*
dev-dependencies:
    - module

FAQs

Package last updated on 08 Oct 2019

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.