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

compare-versions

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compare-versions - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

package.json
{
"name": "compare-versions",
"version": "4.0.0",
"version": "4.0.1",
"description": "Compare semver version strings to find greater, equal or lesser.",

@@ -23,8 +23,8 @@ "repository": {

"scripts": {
"test": "c8 mocha"
"test": "c8 --reporter=lcov mocha"
},
"main": "index.js",
"module": "index.mjs",
"type": "module",
"types": "index.d.ts",
"sideEffects": false,
"files": [

@@ -31,0 +31,0 @@ "index.js",

# compare-versions
[![Build Status](https://img.shields.io/travis/omichelsen/compare-versions/master.svg)](https://travis-ci.org/omichelsen/compare-versions)
![Build Status](https://github.com/omichelsen/compare-versions/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/omichelsen/compare-versions/badge.svg?branch=master&service=github)](https://coveralls.io/github/omichelsen/compare-versions?branch=master)

@@ -5,0 +5,0 @@ [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/compare-versions.svg)](https://bundlephobia.com/result?p=compare-versions)

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