New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

roosevelt

Package Overview
Dependencies
Maintainers
0
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roosevelt - npm Package Versions

23
26

0.25.0

Diff

Changelog

Source

0.25.0

  • Breaking: Supplying an allowlist to the views bundler will now implicitly disable exposeAll.
  • Breaking: Renamed secretsDir param to secretsPath.
  • Updated all file path express variables to include full absolute paths.
  • Fixed various bugs in the views bundler feature.
  • Fixed a rare bug where CSRF and session secrets could be written to the wrong directory.
  • Fixed a bug where HTTPS certs could be automatically generated when they shouldn't be.
  • Updated various dependencies.
kethinov
published 0.24.0 •

Changelog

Source

0.24.0

  • Breaking: Removed app.get('routes'), onReqAfterRoute, onReqBeforeRoute, onReqStart, and onStaticAssetsGenerated.
  • Breaking: Renamed app.httpServer to app.get('httpServer') and app.httpsServer to app.get('httpsServer').
  • Added new method onBeforeMiddleware.
  • Added start and stop method shorthands for startServer and stopServer respectively.
  • Refactored various things under the hood to improve code quality, performance, and reduce unnecessary dependencies.
  • Updated various dependencies.
kethinov
published 0.23.2 •

Changelog

Source

0.23.2

  • Removed toobusy feature since it is temperamental and the dependency is no longer maintained.
  • Refactored internal wildcardMatch to use minimatch under the hood.
  • Replaced html-minifier with html-minifier-terser since html-minifier-terser is better-maintained.
  • Updated various dependencies.
kethinov
published 0.23.1 •

Changelog

Source

0.23.1

  • Added feature that scans the router stack to move the 404 route (the * route) to the end of the stack every time a new route is added, even if the route is added at runtime so that you can dynamically add routes while the app is running.
  • Updated various dependencies.
kethinov
published 0.23.0 •

Changelog

Source

0.23.0

  • Removed cores feature since it is largely redundant now thanks to the widespread popularity of tools like pm2. Also removed various deprecated cluster module support as well.
  • Updated various dependencies.
kethinov
published 0.22.16 •

Changelog

Source

0.22.16

  • Made it possible to disable helmet by setting the helmet param to false.
  • Updated various dependencies.
kethinov
published 0.22.15 •

Changelog

Source

0.22.15

  • Added option to exempt certain routes from CSRF protection.
  • Updated various dependencies.
kethinov
published 0.22.14 •

Changelog

Source

0.22.14

  • The JS bundler will now add mode: "development" and devtool: "source-map" automatically to your Webpack bundles in development mode.
  • Updated various dependencies.
kethinov
published 0.22.13 •

Changelog

Source

0.22.13

  • Altered helmet's defaults again. The form-action directive has been set to null. This makes it possible to submit forms to other domains in production mode.
kethinov
published 0.22.12 •

Changelog

Source

0.22.12

  • Added 'unsafe-inline' option to helmet's Content-Security-Policy's script-src directive by default in Roosevelt. This will prevent inline scripts from being blocked in production mode.
  • Updated various dependencies.
23
26
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