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

semver-level-harmony

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

semver-level-harmony - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

35

package.json
{
"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');

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