Socket
Socket
Sign inDemoInstall

make-it-safer

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    make-it-safer

Move vulnerabilities away. Make your project safer.


Version published
Weekly downloads
169
increased by0.6%
Maintainers
1
Install size
17.5 kB
Created
Weekly downloads
 

Changelog

Source

[0.1.3]

  • Improved Github Actions Workflow
  • Improved README.md content
  • Added Husky
  • Added eslint
  • Improved code styles with eslint

Readme

Source

Make It Safer ✅

Move vulnerabilities away. Make your project safer.

Introduction

This package will fix other package known vulnerabilities by updating the version of the package to a stable, not vulnerable, version. This package do this based on npm audit fix, but better and ready to be implemented on automated pipelines.

Install

   npm i make-it-safer -D

Usage

   npx make-it-safer

Options

By default, the package fix all known vulnerabilities, but it can be used also to upgrade dependencies versions. See below:

- Update dependencies to the latest version
   npx make-it-safer --latest
- Update dependencies to the latest major version
   npx make-it-safer --major
- Update dependencies to the latest minor version
   npx make-it-safer --minor
- Update dependencies to the latest patch version
   npx make-it-safer --patch

Pipelines

This package is ready to be implemented on automated pipelines and git flow. You can use this way:

  • With Husky
    • npx make-it-safer && git add -A . (use on the pre-commit hook)(can delay commit time)
  • With pipelines
    • npx make-it-safer && git add -A . && git commit -m "(ci): fixed vulnerabilities" && git push

Aliases

   npx make-it-safer
   npx makeitsafer
   npx mis

Contributions

FOSS

Have an idea of improvement? Open an issue or a Pull Request! We are happily waiting your contribution :)

Keywords

FAQs

Last updated on 13 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc