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.3 to 0.0.4

4

dist/file-handler.js

@@ -9,2 +9,3 @@ "use strict";

const chokidar_1 = require("chokidar");
const chalk_1 = __importDefault(require("chalk"));
const fs_1 = __importDefault(require("fs"));

@@ -15,3 +16,2 @@ const path_1 = __importDefault(require("path"));

const transform_1 = require("./transform");
const chalk_1 = __importDefault(require("chalk"));
const removeDeletedFile = (filePath) => {

@@ -52,3 +52,3 @@ const filesData = shared_1.getFilesData();

removeDeletedFile(filePath);
// TODO: Message client that the file is deleted
shared_1.messageClient(filePath);
});

@@ -55,0 +55,0 @@ const watchedFiles = new Set();

{
"name": "reboost",
"version": "0.0.3",
"version": "0.0.4",
"description": "Reboost your web development workflow",

@@ -13,2 +13,3 @@ "main": "./dist/index.js",

"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",

@@ -15,0 +16,0 @@ "watch": "tsc -w"

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