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.0.1 to 0.0.2

2

package.json
{
"name": "reboost",
"version": "0.0.1",
"version": "0.0.2",
"description": "Reboost your web development workflow",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -75,3 +75,3 @@ # Reboost

#### What if I want to any other server?
#### What if I want to use any other server?
If you want to use any other server you can do that, you've to just serve the generated

@@ -101,3 +101,3 @@ scripts which are in your output directory. Reboost will handle the rest.

resolve: {
// For resolving TypeScript files without typing extensions every time
// For resolving TypeScript files without typing extension every time
extensions: ['.ts', '.js']

@@ -125,3 +125,3 @@ },

resolve: {
// For resolving TypeScript files without typing extensions every time
// For resolving JSX files without typing extension every time
extensions: ['.jsx', '.js']

@@ -150,6 +150,2 @@ },

],
resolve: {
// For resolving TypeScript files without typing extensions every time
extensions: ['.jsx', '.js']
},
plugins: [

@@ -164,2 +160,7 @@ plugins.esbuild({

### How it is fast?
- No bundling
- Transforms only the file which is requested or changed
- Caches transformed files, so it can serve fast if the file hasn't changed
### Inspired from

@@ -166,0 +167,0 @@ Reboost is highly inspired by these awesome projects

@@ -14,3 +14,5 @@ import { ReboostConfig } from './index';

pure?: boolean;
/** Hash of the file */
hash: string;
/** Address used in the file */
address: string;

@@ -17,0 +19,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