Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitrot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitrot

A tool for checking for version drift of packages over time.

  • 0.3.5
  • unpublished
  • test
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Rocketmakers Bitrot Tool

A tool allowing Rocketmakers to detect bitrot in projects.

The main focus of this tool is to notify about versions becoming outdated over time.

  • Contributing Guide
  • Infrastructure

To setup this in your project you will need to:

  • Add yaml extension from vscode marketplace

  • Add the below to .vscode/settings.json in the root of your project

    "yaml.schemas": {
        "node_modules/bitrot/schema.json": "bitrot.yaml",
      },
    
  • Add bitrot.yaml to the root of your project using node_modules/bitrot/schema.json to validate/help, an example is below:

    projects:
      - name: 'backend'
        path: 'backend'
        tags: ['node']
    
    justifications:
      - rule: 'pkg:npm/mocha'
        reason: 'Not switched to Jest yet'
    

This can then be ran using npx @rocketmakers/bitrot which if not installed will run the latest version. If you install bitrot as a package you will be locked to a specific version and will not receive rule updates.

FAQs

Package last updated on 09 Sep 2022

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