Socket
Socket
Sign inDemoInstall

@webextension-toolbox/webextension-toolbox

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webextension-toolbox/webextension-toolbox - npm Package Versions

2

7.1.1

Diff

Changelog

Source

[7.1.1] - 2024-02-01

Fixed

  • Fixes #865 by making sure all options are loaded into the filter before filtering, not just options with default values
tm1000
published 7.1.0 •

Changelog

Source

[7.1.0] - 2024-01-31

Changed

  • Configures the swc-loader and babel-loader (via @babel/preset-env preset) to target browsers defined by the project's browserslist configuration settings, but only when the vendor version is NOT explicitly defined. Thanks you to @rthaut!
tm1000
published 7.0.0 •

Changelog

Source

[7.0.0] - 2024-01-29

Changed

  • Uses ESM instead of CJS
  • Optimize code
  • Provide support for SWC
  • Add option to only copy files and not compile them (compileIgnore glob)
  • Additional debugging
  • yaml config file to use instead of or with command options
  • Move examples into their own template repos and use those in testing

Fixed

  • web_accessible_resources ignore js file (#793)
  • Setup with additional webextension-toolbox.config.js config seems to fail on windows 11 (#656)
  • Request for Node.js 20 Support (#847)
  • Chalk is an implicit dependency (should be explicit) (#835)
tm1000
published 6.2.0 •

Changelog

Source

[6.2.0] - 2023-10-28

Changed

  • Updated Dependencies
tm1000
published 6.1.0 •

Changelog

Source

[6.1.0] - 2023-06-13

Changed

  • Updated Dependencies
tm1000
published 6.0.0 •

Changelog

Source

[6.0.0] - 2023-03-13

Changed

  • Updated Dependencies
  • Require webpack-webextension-plugin 3.0.0

Removed

  • Support for NodeJS 12.x
tm1000
published 5.2.2 •

Changelog

Source

[5.2.2] - 2021-04-19

Fixed

  • Add missing browserlist to package.json
tm1000
published 5.2.1 •

Changelog

Source

[5.2.1] - 2021-04-14

Fixed

  • ts-loader should load service_worker to parse if its written in typescript
tm1000
published 5.2.0 •

Changelog

Source

[5.2.0] - 2021-04-14

Changes

  • Updated @webextension-toolbox/webpack-webextension-plugin and glob to latest versions.
tm1000
published 5.1.1 •

Changelog

Source

[5.1.1] - 2021-04-11

Fixed

  • Target resolution was incorrect and thus detroying most of the built modules

Changes

  • In the past the node option was set to false in webpack config to prevent security issues with usage of eval (See https://github.com/webextension-toolbox/webextension-toolbox/pull/34). This was resolved at the end of life of webpack 4 and does not exist in webpack 5. This option is now set to true by default (not set). This means global is now set by webpack itself. If you want to disable this behavior you can set the node option to false in your webpack config. See: https://webpack.js.org/configuration/node/
  • Clean webpack plugin was removed in favor of https://webpack.js.org/guides/output-management/#cleaning-up-the-dist-folder which is native in webpack 5.
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