Socket
Socket
Sign inDemoInstall

remake

Package Overview
Dependencies
138
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# 2.0.2 (November 11, 2020)
- Remove 10 unused NPM packages
- Update 2 outdated NPM packages
- Fix bug: You can now use #for loops in partial templates (oops!)
# 2.0.1 (November 8, 2020)
- Major update to README
- Multi-tenant fixes: uploading and saving data to correct directories
# 2.0.0 (November 7, 2020) 🚀
- Brand new syntax: https://recipes.remaketheweb.com/
- Brand new, much simpler directory structure
- [Read the migration guide](https://docs.google.com/document/d/1dXM7cgyg0W5M7im2RfexSsX9Gn6EfAbtY-kTp__H3A4/edit?usp=sharing)
# 1.11.2 (August 9, 2020)

@@ -2,0 +19,0 @@

2

package.json
{
"name": "remake",
"version": "2.0.1",
"version": "2.0.2",
"description": "Generate a full-stack Remake web app",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -33,3 +33,3 @@ <p align="center">

**IMPORTANT:** This framework has just released version of the new syntax. For now, to learn it, use this [RECIPES page](https://recipes.remaketheweb.com/) instead of the offocial documentation below.
**IMPORTANT:** A NEW VERSION of this framework was just released. **Don't use the current docs**. For now, you can use this [thorough recipes page](https://recipes.remaketheweb.com/) to learn the new syntax.

@@ -52,3 +52,3 @@ <b><a href="https://blog.remaketheweb.com/intro-to-remake-part-1-make-web-apps-with-html/">→ Learn more about Remake</a></b>

<b><a href="#">→ Learn what makes Remake different</a></b> (coming later today)
<b><a href="#">→ Learn what makes Remake different</a></b> (coming soon)

@@ -72,3 +72,3 @@ ## Get started

You now have an app running at `http://localhost:3000`. Your app's code is in the `/app` directory and your database is in the `/_remake-data` directory.
You now have an app running at `http://localhost:3000`. Your app's code is in the `/app` directory and your database is in the `/app/data` directory.

@@ -94,2 +94,12 @@ <b><a href="https://docs.remaketheweb.com/introducing-remake/">→ Start learning how to build a web app with Remake</a></b>

## Technology
✨ Built on Express.js<br>
✨ Uses Passport.js and Bcrypt for secure user accounts<br>
✨ Handlebars renders templates server-side<br>
✨ One-click file uploads with express-fileupload<br>
✨ One line instant deploy command<br>
✨ Sync client state and server state automatically<br>
✨ Built-in inline edit popovers<br>
## Remake’s Mission

@@ -96,0 +106,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc