Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-code-inspector-plugin

Package Overview
Dependencies
Maintainers
0
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.18.1 to 0.18.2

4

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

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

"dependencies": {
"code-inspector-core": "0.18.1"
"code-inspector-core": "0.18.2"
},

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

@@ -305,17 +305,6 @@ <div align="center">

- 2.Configuring VSCode Command Line Tool
- 2.Using the function
> **Tip:** Skip for Windows or other IDEs <br />
> This step is only required for Mac with vscode as IDE. Skip this step if your computer is Windows or if you use another IDE.
Now you can enjoy using it!~
In VSCode, press `command + shift + p`, search for and click `Shell Command: Install 'code' command in PATH`:
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/vscode-command-line.png" width="400px" />
If you see the dialog box below, the configuration was successful:
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/command-line-success.png" width="300px" />
- 3.Enjoy using it
When pressing the combination keys on the page, moving the mouse over the page will display a mask layer on the DOM with relevant information. Clicking will automatically open the IDE and position the cursor to the corresponding code location. (The default combination keys for Mac are `Option + Shift`; for Windows, it's `Alt + Shift`, and the browser console will output related combination key prompts)

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