semver-level-harmony
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "semver-level-harmony", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Compare if two semver version range levels are the same.", | ||
"main": "./src/main.js", | ||
"main": "src/main.js", | ||
"files": [ | ||
"src/main.js" | ||
], | ||
"scripts": { | ||
"test": "node ./src/test.js", | ||
"test:ci": "npm test && npm run lint -- --list-different", | ||
"lint": "prettier --write --single-quote src/*.js", | ||
"ci": "npm test && npm run lint -- --list-different", | ||
"preversion": "npm test", | ||
"postversion": "git push && git push --tags && npm publish" | ||
"postversion": "git push --follow-tags && npm publish" | ||
}, | ||
"dependencies": { | ||
"semver": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^1.4.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Siilwyn/semver-level-harmony.git" | ||
}, | ||
"author": "Selwyn <talk@selwyn.cc> (https://selwyn.cc/)", | ||
"license": "GPL-3.0+", | ||
"keywords": [ | ||
@@ -17,12 +32,6 @@ "semver", | ||
"harmony", | ||
"compare", | ||
"version", | ||
"sync" | ||
], | ||
"author": "Selwyn <talk@selwyn.cc> (https://selwyn.cc/)", | ||
"license": "GPL-3.0+", | ||
"dependencies": { | ||
"semver": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^1.4.4" | ||
} | ||
] | ||
} |
@@ -8,3 +8,3 @@ # semver-level-harmony | ||
This module is small and simple with the downside being it only supports semver ranges with three defined numbers. This is a range you get when installing a module with npm. | ||
This module is small and simple with the downside being it only supports semver ranges with three defined numbers. This is a range you get by default when installing a module with the npm CLI. | ||
@@ -14,2 +14,3 @@ ## Usage | ||
Example testing Spectron and Electron minor version: | ||
```js | ||
@@ -16,0 +17,0 @@ const assert = require('assert'); |
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
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
38
0
35366
4
31