🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

check-fe-env

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-fe-env

keep a consistent development environment between different developers

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

check-fe-env

keep a consistent development environment between different developers.

will check:

  • nodejs version by .nvmrc
  • package manager type and it's version by the packageManager field of package.json

recommend using corepack to manage the package manager.

Usage

Add following to package.json scripts:

{
  "scripts": {
    "preinstall": "npx check-fe-env"
  }
}

Thanks

Keywords

node

FAQs

Package last updated on 16 Jan 2024

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