New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fix-package-versions

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fix-package-versions

This is the first approach to a fix package.json versions

latest
Source
npmnpm
Version
1.1.17
Version published
Maintainers
1
Created
Source

fix-package-versions

CodeFactor Build Status Published on npm

Description

This project is just for people that want to launch a stable product with current versions of n and doesnt want to fight vs future version problems everytime you do a npm install

[NEW] Features in 1.1.x

  • Add json validation with errors, warnings and recommendations about package.json
  • Add tests for a consistent versioning
  • Add rollup for a common.js library
  • Refactor to a new class with more detailed properties and methods

Install

Global

npm install -g fix-package-versions

Local

npm install --save-dev fix-package-versions

Usage

Global

If you just type this in terminal, it will question you if want to fix all dependencies and devDependencies of package.json fix-package-versions

Options

-f , --force : Forces fix package versions without asking you in prompt

FAQs

Package last updated on 05 Mar 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