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.2 to 2.1.3

15

lib/version.d.ts
import type { Pep440Version } from "./shared";
export const VERSION_PATTERN: string;
export function clean(version: string): string | null;
export function explain(version: string): Pep440Version | null;
export function parse(version: string): Pep440Version | null;
export function stringify(version: string): string | null;
export function valid(version: string): string | null;
export function clean(version: string | null | undefined): string | null;
export function explain(
version: string | null | undefined
): Pep440Version | null;
export function parse(
version: string | null | undefined,
regex?: RegExp
): Pep440Version | null;
export function stringify(version: string | null | undefined): string | null;
export function valid(version: string | null | undefined): string | null;
{
"name": "@renovatebot/pep440",
"version": "2.1.2",
"version": "2.1.3",
"description": "PEP440 implementation in JavaScript",

@@ -43,3 +43,3 @@ "main": "index.js",

"husky": "8.0.1",
"jest": "28.1.0",
"jest": "28.1.1",
"npm-run-all": "4.1.5",

@@ -46,0 +46,0 @@ "prettier": "2.6.2",

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