@renovatebot/pep440
Advanced tools
Comparing version 2.1.9 to 2.1.10
@@ -123,8 +123,2 @@ // This file is dual licensed under the terms of the Apache License, Version | ||
function satisfies(version, specifier, options = {}) { | ||
if (specifier.startsWith("~=")) { | ||
if (Operator.eq(version, specifier.replace(/^~=\s*/, ""))) { | ||
return true; | ||
} | ||
} | ||
const filtered = pick([version], specifier, options); | ||
@@ -131,0 +125,0 @@ |
{ | ||
"name": "@renovatebot/pep440", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "PEP440 implementation in JavaScript", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34866
742