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.0.2 to 0.1.0

.babelrc

17

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

@@ -21,11 +21,18 @@ "keywords": [

"author": "Linbudu <linbudu599@gmail.com> (https://github.com/linbudu599)",
"main": "dist/src/index.js",
"scripts": {
"publish": "npm publish --access=public",
"release:dry": "release-it --dry-run",
"release:minor": "release-it minor",
"release:major": "release-it major"
},
"dependencies": {
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"del": "^6.0.0"
},
"peerDependencies": {
"esbuild": "^0.11.19"
"esbuild": "^0.12.25"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
"executors": "./dist/executors.json",
"generators": "./dist/generators.json"
}
# esbuild-plugin-clean
This library was generated with [Nx](https://nx.dev).
ESBuild plugin for cleaning up output/assets before building.
## Running unit tests
Run `nx test esbuild-plugin-clean` to execute the unit tests via [Jest](https://jestjs.io).
- [Documentation](https://nx-plugins.netlify.app/derived/esbuild.html#clean).
- [GitHub Repo](https://github.com/LinbuduLab/nx-plugins)
- [Author](https://github.com/linbudu599)
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