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

@snyk/ruby-semver

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/ruby-semver - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

1

lib/ranges.js

@@ -21,3 +21,2 @@ 'use strict';

function _createRequirement(range) {
range = range.replace(/(\d)(\s+\D)/, '$1,$2');
return GemRequirement.$create(range.split(','));

@@ -24,0 +23,0 @@ }

7

package.json
{
"name": "@snyk/ruby-semver",
"version": "1.3.2",
"description": "node-semver compatible API with RubyGems semantics",

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

"author": "Gareth Visagie <gareth@snyk.io>",
"license": "Apache-2.0",
"devDependencies": {

@@ -23,3 +23,4 @@ "ava": "^0.16.0",

"node": ">=4"
}
}
},
"version": "1.3.3"
}

@@ -14,3 +14,2 @@ import test from 'ava';

t.is(validRange('> 2.1, < 2.4'), '< 2.4, > 2.1');
t.is(validRange('> 2.1 < 2.4'), '< 2.4, > 2.1');

@@ -17,0 +16,0 @@ t.is(validRange(''), '>= 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