Socket
Book a DemoInstallSign in
Socket

verify-engine

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verify-engine

Command line tool to verify the engine in the package.json

1.0.3
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

verify-engine

Build Status devDependency Status devDependency Status

Verify-engine is a command line utility to ensure that your package is used only on supported engines.

NPM verifies packages' engine requirements when they are installed. However, NPM doesn't verify this for top level packages.

Installation

$ npm install verify-engine --save-dev

Usage

Specify your engine requirements in package.json

"engine": {
  "node": ">=1.0.0"
}
$ verify-engine
node version is incompatible with engine set in package.json. Found 0.12.4, expected >=1.0.0

Keywords

engine

FAQs

Package last updated on 30 Aug 2015

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.