node-version-matches
Advanced tools
Comparing version 1.0.1 to 2.0.1
{ | ||
"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) | ||
© 2018 Lloyd Brookes \<75pound@gmail.com\>. | ||
© 2018-19 Lloyd Brookes \<75pound@gmail.com\>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3345
+ Addedsemver@6.3.1(transitive)
- Removedsemver@5.7.2(transitive)
Updatedsemver@^6.3.0