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

roosevelt

Package Overview
Dependencies
Maintainers
4
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.20.0

Diff

Changelog

Source

0.20.0

  • Breaking: Renamed generateFolderStructure to makeBuildArtifacts.
  • Various dependencies updated.
    • Breaking: Among them, formidable was updated which is a breaking change for any app that takes file uploads as property names in req.files have been renamed, most notably file.path is now file.filepath and file.name is now file.originalname.
  • Removed checkDependencies.
kethinov
published 0.19.14 •

Changelog

Source

0.19.14

  • Fixed bug that required admin permissions to start an app in Windows.
kethinov
published 0.19.13 •

Changelog

Source

0.19.13

  • Added script to generate self-signed HTTPS certs:
    • npm run certs-generator: Generates self-signed HTTPS certs for your app.
      • Default shorthand:
        • npm run c
      • Script is short for: node ./node_modules/roosevelt/lib/scripts/certsGenerator.js
  • Some refactoring.
  • Various dependencies updated.
lannonbr
published 0.19.12 •

Changelog

Source

0.19.12

  • Various dependencies updated.
    • Migrated colors to @colors/colors.
kethinov
published 0.19.11 •

Changelog

Source

0.19.11

  • Fixed bug that caused isoRequire to only work with absolute paths.
  • Various dependencies updated.
kethinov
published 0.19.10 •

Changelog

Source

0.19.10

  • Added roosevelt-router feature to improve support for writing isomorphic code for SPAs.
  • Added isomorphicControllers config option that will permit Roosevelt to make a list of all your controller files that can be used client-side as well so they can be auto-loaded client-side too.
  • Altered clientViews such that the template list will lack file extensions if the file extension of the template matches the default view engine's file extension.
  • Breaking: Default clientViews output bundle changed from bundle.js to views.js.
  • Fixed confusing console warning.
  • HTML validator frontend scripts moved to <head>.
  • Various dependencies updated.
kethinov
published 0.19.9 •

Changelog

Source

0.19.9

  • Made Webpack errors less verbose.
  • Various dependencies updated.
kethinov
published 0.19.8 •

Changelog

Source

0.19.8

  • Updated for support for Node 16.x. This required a migraiton from node-sass to dart-sass.
  • Dropped official Node 15 support, though it will probably still work. Node 14 remains officially supported.
  • Various dependencies updated.
kethinov
published 0.19.7 •

Changelog

Source

0.19.7

  • clientViews allowlist now allows directories.
  • Default command line flags and environment variables recognized by Roosevelt can now be overridden via source-configs.
  • Various dependencies updated.
kethinov
published 0.19.6 •

Changelog

Source

0.19.6

  • Added onAppExit event.
  • Fixed bug with https feature.
  • 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