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

@renovatebot/ruby-semver

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renovatebot/ruby-semver - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

dist/index.js

@@ -122,3 +122,3 @@ "use strict";

var x = segments[1];
return x || null;
return typeof x === 'number' ? x : null;
}

@@ -137,3 +137,3 @@ exports.minor = minor;

var x = segments[2];
return x || null;
return typeof x === 'number' ? x : null;
}

@@ -140,0 +140,0 @@ exports.patch = patch;

{
"name": "@renovatebot/ruby-semver",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Ruby SemVer in TypeScript.",

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