Socket
Socket
Sign inDemoInstall

express-list-endpoints

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

7.1.0

Diff

Changelog

Source

v7.1.0 - 2024-04-07

Added

  • Add logic for apps and routers with no routes to return an empty array.

Dev

  • Add TypeScript configuration and transpilation scripts.
  • Add types.
albertofdzm
published 7.0.0 •

Changelog

Source

v7.0.0 - 2024-04-06

Added

  • Add support for NodeJS v18 and v20.
  • Add support for route param regexps.

Deprecated

  • BREAKING CHANGE Drop support for NodeJS v12, v14 and v16.
albertofdzm
published 6.0.0 •

Changelog

Source

v6.0.0 - 2021-07-29

Deprecated

  • BREAKING CHANGE Drop support for NodeJS v10

Fixed

  • Fixed a problem when parsing the property middlewares for each endpoint being allocated in middleware property instead

Dev

  • Added CI using GitHub Actions
  • Update dev dependencies
  • Removed TravisCI from the project
  • Refactor code to use new JS methods and improve readability
albertofdzm
published 5.0.0 •

Changelog

Source

v5.0.0 - 2020-07-12

Added

  • mounted_app is being parsed
  • Request handlers mounted on multiple routes by passing an array are being parsed
  • If a route path contains an unparseable regexp it is used to compose the path

Changed

  • Added middlewares property in reports representing mounted middlewares by their name

Fixed

  • Avoid method duplicity in the same path

Deprecated

  • BREAKING Drop support for NodeJS v6 and v8
  • Drop support for yarn.lock file

Dev

  • Update dev dependencies
  • Improve tests structure
albertofdzm
published 4.0.1 •

Changelog

Source

v4.0.1 - 2019-05-06

Fixed

  • Add logic to avoid duplicate paths #40
albertofdzm
published 4.0.0 •

Changelog

Source

v4.0.0 - 2018-10-14

Changed

  • Replace build script that versions the changelog for changelog-version package #36
  • Update devDependencies
  • Improve code readability

BREAKING CHANGES

  • Drop support for NodeJS v4
albertofdzm
published 3.0.1 •

Changelog

Source

v3.0.1 - 2017-10-25

🐛 Fixed

  • Fix params on Base route with multi-level routing

Changed

  • Update devDependencies
albertofdzm
published 3.0.0 •

Changelog

Source

v3.0.0 - 2016-12-18

BREAKING CHANGES

  • Removed support for Node v0.12

🐛 Fixed

  • Now the params set in middle of a pattern get parsed #17

Dev

  • Move main file to src folder
  • Add lint script
  • Ignore editorconfig file for npm relases
  • Changed codestyle to standard #18
  • Implemented Yarn on the project #19

Changed

  • Add more test cases.
albertofdzm
published 2.0.3 •

Changelog

Source

v2.0.3 - 2016-11-05

🐛 Fixed

  • Super multi-level baseRoutes handled #10
albertofdzm
published 2.0.0 •

Changelog

Source

2.0.0 - 2016-04-24

  • Implemented Travis CI on the project. #3
  • Implemented CodeCov on the project. #4
  • Now the passed arguments are the app or router instance. #5
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc