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

node-version-matches

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-version-matches - npm Package Compare versions

Comparing version 1.0.1 to 2.0.1

12

package.json
{
"name": "node-version-matches",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.1",
"version": "2.0.1",
"description": "Returns true if the current node version matches the given semver expression",
"repository": "https://github.com/75lb/node-version-matches.git",
"repository": "https://github.com/75lb/node-version-matches",
"keywords": [

@@ -16,3 +16,3 @@ "node",

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -27,8 +27,8 @@ "files": [

"devDependencies": {
"coveralls": "^3.0.2",
"test-runner": "^0.5.1"
"coveralls": "^3.0.7",
"test-runner": "^0.7.2"
},
"dependencies": {
"semver": "^5.6.0"
"semver": "^6.3.0"
}
}
[![view on npm](https://img.shields.io/npm/v/node-version-matches.svg)](https://www.npmjs.org/package/node-version-matches)
[![npm module downloads](https://img.shields.io/npm/dt/node-version-matches.svg)](https://www.npmjs.org/package/node-version-matches)
[![Build Status](https://travis-ci.org/75lb/node-version-matches.svg?branch=master)](https://travis-ci.org/75lb/node-version-matches)
[![Dependency Status](https://david-dm.org/75lb/node-version-matches.svg)](https://david-dm.org/75lb/node-version-matches)
[![Dependency Status](https://badgen.net/david/dep/75lb/node-version-matches)](https://david-dm.org/75lb/node-version-matches)
[![Coverage Status](https://coveralls.io/repos/github/75lb/node-version-matches/badge.svg)](https://coveralls.io/github/75lb/node-version-matches)

@@ -33,2 +33,2 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

&copy; 2018 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2018-19 Lloyd Brookes \<75pound@gmail.com\>.

Sorry, the diff of this file is not supported yet

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