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

normalize-version

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

normalize-version - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "normalize-version",
"version": "1.0.4",
"version": "1.0.5",
"description": "Formats a version number to be a required number of points",

@@ -5,0 +5,0 @@ "main": "lib/normalize-version.js",

@@ -9,3 +9,3 @@ [![Build Status](https://travis-ci.org/mgduk/normalize-version.svg?branch=master)](https://travis-ci.org/mgduk/normalize-version)

```js
normalize_version = require('normalize-vresion')
normalize_version = require('normalize-version')
normalize_version('1', 3)

@@ -12,0 +12,0 @@ // => '1.0.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