New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

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

  • 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