superstatic icon indicating copy to clipboard operation
superstatic copied to clipboard

Superstatic: a static file server for fancy apps.

Results 39 superstatic issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can...

dependency

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 6.2.2. Release notes Sourced from path-to-regexp's releases. Updated README No API changes. Documentation only release. Changed Fix readme example c7ec332 Update shield URL e828000 https://github.com/pillarjs/path-to-regexp/compare/v6.2.1...v6.2.2...

dependency

Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.2.0 to 9.0.4. Changelog Sourced from minimatch's changelog. change log 9.0 No default export, only named exports. 8.0 Recursive descent parser for extglob, allowing correct support for...

dependency

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependency

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependency

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.1 to 5.0.5. Commits 3cc9222 5.0.5 562b912 tshy 1.2.2, build with main ffc44d3 5.0.4 0a84af6 bin: remove realpath, use testing env instead 2e8e0d3 GitHub Actions: Node.js v20...

dependency

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependency

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependency

Regarding the following error: - You mount superstatic as a middleware on a path, instead of on no path (root), for example: `app.use('/basepath', superstatic())` instead of `app.use(superstatic())`. - You make...

I'm trying to redirect some requests from `firebase serve` to `pub serve` (Dart's local server) on a local machine, but the wildcard redirects seem to be not working. I'm using...