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

code-inspector-plugin

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-inspector-plugin - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

8

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

@@ -42,5 +42,5 @@ "module": "./dist/index.mjs",

"chalk": "4.1.1",
"code-inspector-core": "0.10.0",
"vite-code-inspector-plugin": "0.10.0",
"webpack-code-inspector-plugin": "0.10.0"
"code-inspector-core": "0.10.1",
"webpack-code-inspector-plugin": "0.10.1",
"vite-code-inspector-plugin": "0.10.1"
},

@@ -47,0 +47,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