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.1.1 to 0.1.2

hmr.d.ts

2

dist/node/transformer.js

@@ -319,4 +319,2 @@ "use strict";

sourceRoot: 'reboost:///',
concise: debugMode,
compact: debugMode,
minified: !debugMode

@@ -323,0 +321,0 @@ };

{
"name": "reboost",
"version": "0.1.1",
"version": "0.1.2",
"description": "A super fast web dev server, for faster development",
"main": "./dist/node/index.js",
"types": "./types/node/index.d.ts",
"files": [
"dist",
"types"
],
"keywords": [

@@ -12,0 +8,0 @@ "fast",

@@ -23,4 +23,4 @@ # Reboost

- No bundling. So the server start time is fast.
- Incremental builds, transforms only the file which is requested or changed.
- Filesystem cache. It will stay fast even after restarting.
- Transforms only the required/changed files.
- Advanced filesystem cache. It will stay fast even after restarting.
- Source maps support for better developer experience.

@@ -108,7 +108,8 @@ - Supports CommonJS modules.

## Docs
#### [Changelog](https://github.com/sarsamurmu/reboost/blob/master/CHANGELOG.md)
#### [Configurations](https://github.com/sarsamurmu/reboost/blob/master/docs/configurations.md)
#### [HMR API](https://github.com/sarsamurmu/reboost/blob/master/docs/hmr.md)
#### [Plugins](https://github.com/sarsamurmu/reboost/blob/master/docs/plugins.md)
#### [Supporting old browsers while using `script type="module"`](https://github.com/sarsamurmu/reboost/blob/master/docs/supporting-old-browsers.md)
[Changelog](https://github.com/sarsamurmu/reboost/blob/master/CHANGELOG.md)\
[Configurations](https://github.com/sarsamurmu/reboost/blob/master/docs/configurations.md)\
[Plugins](https://github.com/sarsamurmu/reboost/blob/master/docs/plugins.md)\
[HMR API](https://github.com/sarsamurmu/reboost/blob/master/docs/hmr.md)\
[Recipes](https://github.com/sarsamurmu/reboost/blob/master/docs/recipes.md)\
[Supporting old browsers while using `script type="module"`](https://github.com/sarsamurmu/reboost/blob/master/docs/supporting-old-browsers.md)

@@ -115,0 +116,0 @@ ---

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