Socket
Socket
Sign inDemoInstall

parse-version

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

parse-version - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

8

package.json
{
"name": "parse-version",
"version": "0.6.0",
"version": "0.6.1",
"description": "Parsing four number versions.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/aloisdeniel/node-parser-version.git"
"url": "git+https://github.com/aloisdeniel/node-parse-version.git"
},

@@ -23,5 +23,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/aloisdeniel/node-parser-version/issues"
"url": "https://github.com/aloisdeniel/node-parse-version/issues"
},
"homepage": "https://github.com/aloisdeniel/node-parser-version#readme"
"homepage": "https://github.com/aloisdeniel/node-parse-version#readme"
}

@@ -1,2 +0,2 @@

# parser-version
# parse-version

@@ -8,3 +8,3 @@ Simply parse string like `4.5.6.7` into javascript object like `{ major: 4, minor: 5, patch: 6, build: 7 }`.

```sh
$ npm install --save parser-version
$ npm install --save parse-version
```

@@ -11,0 +11,0 @@

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