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

@renovatebot/pep440

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renovatebot/pep440 - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

6

lib/specifier.js

@@ -123,2 +123,8 @@ // 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);

@@ -125,0 +131,0 @@

2

package.json
{
"name": "@renovatebot/pep440",
"version": "2.1.8",
"version": "2.1.9",
"description": "PEP440 implementation in JavaScript",

@@ -5,0 +5,0 @@ "license": "Apache-2.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