django-js-routes icon indicating copy to clipboard operation
django-js-routes copied to clipboard

Expose and perform reverse lookups of Django URLs in the frontend world.

Results 12 django-js-routes issues
Sort by recently updated
recently updated
newest added

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 2.1.2 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies
javascript

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies
javascript

Hi +1 for this package, While exposing the routes is a good thing, Is there a way one can group the routes exposed and show only some on some certain...

Hi @ellmetha i've been using your package for a while and +1. The package was working perfectly until i add internationalisation to my app now the urls are not expose...

I think it would be awesome to have a decorator (like `@export_route_to_js`) that one could add to a view which automatically adds the view (or better all of the routes...

Hello I have declared my routes in `JS_ROUTES_INCLUSION_LIST`: ``` … # Django JS Routes Inclusion List JS_ROUTES_INCLUSION_LIST = [ 'articles', ] ``` I have these routes in my app's `urls.py`...

A readable plain text/table format for the management command would be nice

Bumps [ws](https://github.com/websockets/ws) from 8.11.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest), [gulp](https://github.com/gulpjs/gulp) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3...

dependencies
javascript