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.17 to 3.0.18

34

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

@@ -30,7 +30,7 @@ "keywords": [

"lint-fix": "run-s eslint-fix markdown-lint-fix prettier-fix",
"markdown-lint": "markdownlint-cli2",
"markdown-lint-fix": "markdownlint-cli2-fix",
"prepare": "husky install",
"prettier": "prettier --ignore-unknown --check \"**/*.*\"",
"prettier-fix": "prettier --ignore-unknown --write \"**/*.*\"",
"markdown-lint": "markdownlint-cli2 '**/*.md'",
"markdown-lint-fix": "markdownlint-cli2 --fix '**/*.md'",
"prepare": "husky",
"prettier": "prettier --ignore-unknown --check '**/*.*'",
"prettier-fix": "prettier --ignore-unknown --write '**/*.*'",
"test": "run-s prettier eslint markdown-lint jest"

@@ -40,18 +40,18 @@ },

"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-gha": "1.4.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.3",
"husky": "9.0.10",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"markdownlint-cli2": "0.11.0",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"prettier-plugin-packagejson": "2.4.7",
"semantic-release": "22.0.12"
"lint-staged": "15.2.1",
"markdownlint-cli2": "0.12.1",
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"semantic-release": "23.0.0"
},
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.15.1",
"engines": {

@@ -58,0 +58,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