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

manage-dependency

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

manage-dependency

Update your dependencies in package.json and make PR with new branch using this node module.

  • 1.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

manage-dependency

The basic use of this module is to check and update the package.json with newer versions of dependencies and after the change it create a new branch on your repo and push the updated package.json file in it after that it creates Pull Request with the main branch.

Installation & Usage

To install this package enter this command on your terminal:

npm install manage-dependency
or
yarn add manage-dependency

To use the functionality of this node module in your project you need to run the following command in terminal:

npx updateDependency

or else you can download this package globally in your system with this command:

npm install -g manage-dependency
or
yarn global add manage-dependency

To use the functionality of this node module Globally in your project you need to run the following command in terminal:

updateDependency

After run that command it will ask Please Enter your personal access token, then you need to provide your github personal access token.

Keywords

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

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