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.11.0 to 0.12.0

4

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

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

"dependencies": {
"code-inspector-core": "0.11.0"
"code-inspector-core": "0.12.0"
},

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

@@ -302,10 +302,2 @@ <div align="center">

Sponsoring this project can help the author create better . If you needed, you can contact the author to have your avatar added to the list of sponsors.
- Afdian(爱发电): https://afdian.net/a/zhoulixiang
- Alipay or WeChatPay:
<div style="display: flex; column-gap: 16px; row-gap: 16px; flex-wrap: wrap;">
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/wxpay.jpg" width="200" height="272" />
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/alipay.jpg" width="180" height="272" />
</div>
Sponsoring this project can help the author create better. If you are willing, thanks for sponsoring me through [here](https://inspector.fe-dev.cn/en/more/sponsor.html).

@@ -0,0 +0,0 @@ import { CodeOptions } from 'code-inspector-core';

export default function WebpackCodeInjectLoader(content: string, source: any, meta: any): Promise<void>;
export default function WebpackCodeInspectorLoader(content: string): Promise<string>;

Sorry, the diff of this file is not supported yet

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