New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webpack-code-inspector-plugin

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-code-inspector-plugin - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

package.json
{
"name": "webpack-code-inspector-plugin",
"version": "0.10.0",
"version": "0.10.1",
"main": "./dist/index.umd.js",

@@ -41,3 +41,3 @@ "module": "./dist/index.mjs",

"dependencies": {
"code-inspector-core": "0.10.0"
"code-inspector-core": "0.10.1"
},

@@ -44,0 +44,0 @@ "devDependencies": {

@@ -41,3 +41,3 @@ <div align="center">

✅ vite<br />
✅ rspack<br />
✅ rspack / rsbuild<br />
✅ nextjs / nuxt / umijs eg.<br />

@@ -129,2 +129,25 @@ - The following Web frameworks are currently supported:<br />

<details>
<summary>Click to expand configuration about: <b>rsbuild</b></summary>
```js
// rsbuild.config.js
const { codeInspectorPlugin } = require('code-inspector-plugin');
module.exports = {
// other config...
tools: {
rspack: {
plugins: [
codeInspectorPlugin({
bundler: 'rspack',
}),
],
},
},
};
```
</details>
<details>
<summary>Click to expand configuration about: <b>vue-cli</b></summary>

@@ -131,0 +154,0 @@

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