Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reboost

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reboost - npm Package Compare versions

Comparing version 0.5.5 to 0.5.7

6

package.json
{
"name": "reboost",
"version": "0.5.5",
"version": "0.5.7",
"description": "A super fast web dev server, for faster development",

@@ -42,3 +42,3 @@ "main": "./dist/node/index.js",

"chokidar": "^3.4.0",
"esbuild": "^0.5.16",
"esbuild": "^0.5.19",
"icss-utils": "^4.1.1",

@@ -76,3 +76,3 @@ "koa": "^2.13.0",

},
"gitHead": "c233bdb149e26a237dedd2ecb8976345bce698c5"
"gitHead": "67384a4d46713f0f0b2e276c878e2dd0bc431489"
}

@@ -40,8 +40,11 @@ # Reboost

- JSX
- JS/TS Decorators
- Babel
- PostCSS
- TypeScript
- Preact
- React
- Sass/SCSS
- Babel
- Svelte
- JS/TS Decorators
- TypeScript
- Vue

@@ -53,18 +56,32 @@ ## Compatibility

## Quickstart
First, install it using npm as devDependency
### Using `npm init`
Run this command in your terminal
```shell
npm init @reboost/create
```
Open the directory where your app is extracted, install dependencies,
then run
```shell
node reboost
```
### Manually creating app
First, install it
```shell
# Using npm
npm i -D reboost
# Using yarn
yarn add -D reboost
```
Assume that file structure is like this
```
Project
public/
index.html
src/
add.js
subtract.js
index.js
package.json
public/
index.html
src/
add.js
subtract.js
index.js
package.json
```
Script contents
Scripts content
```js

@@ -128,9 +145,8 @@ // src/add.js

[Recipes](https://github.com/sarsamurmu/reboost/blob/primary/docs/recipes.md)\
[Supporting old browsers while using `script type="module"`](https://github.com/sarsamurmu/reboost/blob/primary/docs/supporting-old-browsers.md)
[Supporting old browsers while using `script type="module"`](https://github.com/sarsamurmu/reboost/blob/primary/docs/supporting-old-browsers.md)\
[Comparison with Vite and Snowpack](https://github.com/sarsamurmu/reboost/blob/primary/docs/comparison.md)
---
## Inspired by
Reboost is highly inspired by these awesome projects
- [Vite](https://github.com/vuejs/vite)
- [Vite](https://github.com/vitejs/vite)
- [Snowpack](https://github.com/pikapkg/snowpack)

@@ -137,0 +153,0 @@ - [esbuild](https://github.com/evanw/esbuild)

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