Socket
Socket
Sign inDemoInstall

vite-plugin-remove-console

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-remove-console - npm Package Versions

23

2.2.0

Diff

Changelog

Source

2.2.0 (2023-12-04)

  • feat: add custom api, Completely customize the statements that need to be removed, which will overwrite includes, for example like this: removeConsole({ custom: ["console.log()", "console.warn()", "debugger", ...] })
heshang521
published 2.1.1 •

Changelog

Source

2.1.1 (2023-04-26)

  • feat: add nuxt3 demo in playgrounds
  • perf: types
heshang521
published 2.1.0 •

Changelog

Source

2.1.0 (2023-02-28)

  • feat: support retaining the specified console by configuring externalValue without remove it, for example like this: removeConsole({ externalValue: ["这个不删", "noRemove", ...] })
heshang521
published 2.0.0 •

Changelog

Source

2.0.0 (2023-02-14)

  • feat: supports passing includes to specify the type of console that needs to be removed, for example like this: removeConsole({ includes: ["log", "warn", "error", "info", ...] }), If includes is not passed, console.log will be removed by default
heshang521
published 1.3.0 •

Changelog

Source

1.3.0 (2022-11-10)

  • compatible with esm and cjs
heshang521
published 1.2.0 •

Changelog

Source

1.2.0 (2022-11-08)

  • fix: build error export { removeConsole as default }
heshang521
published 1.1.0 •

Changelog

Source

1.1.0 (2022-07-18)

  • feat: support sourcemap
heshang521
published 1.0.4 •

Changelog

Source

1.0.4 (2022-07-05)

  • fix: path translation problem of external parameter value in windows platform
heshang521
published 1.0.3 •

heshang521
published 1.0.2 •

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