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 3.0.19 to 3.0.20

4

lib/version.d.ts

@@ -12,3 +12,5 @@ import type { Pep440Version } from './shared';

): Pep440Version | null;
export function stringify(version: string | null | undefined): string | null;
export function stringify(
version: Pep440Version | null | undefined,
): string | null;
export function valid(version: string | null | undefined): string | null;
{
"name": "@renovatebot/pep440",
"version": "3.0.19",
"version": "3.0.20",
"description": "PEP440 implementation in JavaScript",

@@ -39,18 +39,18 @@ "keywords": [

"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-gha": "1.4.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-promise": "6.1.1",
"husky": "9.0.10",
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.2.1",
"markdownlint-cli2": "0.12.1",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.13.0",
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"semantic-release": "23.0.0"
"prettier-plugin-packagejson": "2.4.14",
"semantic-release": "23.0.7"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.6",
"engines": {

@@ -57,0 +57,0 @@ "node": "^18.12.0 || >= 20.0.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