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

esbuild-plugin-clean

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-clean - npm Package Compare versions

Comparing version 0.1.1-0 to 0.1.1-1

2

package.json
{
"name": "esbuild-plugin-clean",
"version": "0.1.1-0",
"version": "0.1.1-1",
"description": "ESBuild plugin for cleaning up assets before building.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,5 +15,5 @@ "use strict";

if (dryRun) {
console.log(chalk_1.default.blue('i'), `Clean plugin invoked in dryRun mode`);
console.log(chalk_1.default.blue('i'), `Clean plugin invoked in dryRun mode \n`);
}
console.log(chalk_1.default.blue('i'), `File Cleaned: ${cleanFiles.join('\n')}`);
console.log(chalk_1.default.blue('i'), `File Cleaned:\n${cleanFiles.join('\n')}`);
};

@@ -32,3 +32,3 @@ const handler = sync

name: 'esbuild:clean',
setup({ initialOptions, onStart: registerOnStartCallback, onEnd: registerOnEndCallback, }) {
setup({ onStart: registerOnStartCallback, onEnd: registerOnEndCallback }) {
if (!patterns.length) {

@@ -35,0 +35,0 @@ return;

Sorry, the diff of this file is not supported yet

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