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

roosevelt

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roosevelt - npm Package Versions

1
26

0.22.1

Diff

Changelog

Source

0.22.1

  • Exposed the express-session middleware for use in Roosevelt apps.
  • Updated various dependencies.
kethinov
published 0.22.0 •

Changelog

Source

0.22.0

  • Breaking: Added a unified secrets directory for various app secrets such as HTTPS certs, session secret, CSRF secret, etc. The name of the directory is configurable, but when upgrading an app from the previous version, you may need to alter your rooseveltConfig to remove directories from your cert or key paths. You must now specify only a file name in those params.
  • Added support for express-session for session support.
  • Added CSRF protection.
  • Improved dev sync script for developing Roosevelt significantly.
  • Updated various dependencies.
kethinov
published 0.21.16 •

Changelog

Source

0.21.16

  • Fixed an issue that could cause the server to start before all the controller routes were loaded.
  • Updated various dependencies.
kethinov
published 0.21.15 •

Changelog

Source

0.21.15

  • Updated various dependencies.
kethinov
published 0.21.14 •

Changelog

Source

0.21.14

  • Updated various dependencies.
kethinov
published 0.21.13 •

Changelog

Source

0.21.13

  • Certs will be auto-generated in dev mode now if they don't exist.
  • Various dependencies updated.
kethinov
published 0.21.12 •

Changelog

Source

0.21.12

  • Fixed isomorphic controllers bundler webpack bug in Windows.
  • Various dependencies updated.
kethinov
published 0.21.11 •

Changelog

Source

0.21.11

  • Added a new --build CLI flag that will instruct Roosevelt to just build the build artifacts but not start the server.
  • Added new onStaticAssetsGenerated event that is fired when the server finishes init but before the server starts.
  • Fixed an issue that would cause the server to start even when makeBuildArtifacts is set to staticsOnly. This has the side effect of causing serverStart() to revert to the behavior of init() if makeBuildArtifacts is set to staticsOnly.
  • Fixed a bug that would cause roosevelt-router to produce a false negative when detecting teddy.
  • Various dependencies updated.
kethinov
published 0.21.10 •

Changelog

Source

0.21.10

  • Added --webpack=verbose and --wp=verbose-file CLI flags to make it easier to see verbose webpack errors. Available shorthands: --wp and -w.
  • Added detection of undefined template literal variables (e.g. via typo) in rooseveltConfig.
  • Added more helpful error if starting an app with broken symlinks.
  • Various dependencies updated.
kethinov
published 0.21.9 •

Changelog

Source

0.21.9

  • Fixed frontend reload when https is enabled with self-signed certs.
  • Removed parent-require dependency.
  • Added new dev_sync.sh to make writing code for Roosevelt easier. See instructions on how to use it in the README.
  • Various dependencies updated.
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