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.3.2 to 0.4.0-beta.1

11

package.json
{
"name": "code-inspector-plugin",
"version": "0.3.2",
"version": "0.4.0-beta.1",
"main": "./dist/index.js",

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

"chalk": "4.1.1",
"code-inspector-core": "0.3.2",
"webpack-code-inspector-plugin": "0.3.2",
"vite-code-inspector-plugin": "0.3.2"
"code-inspector-core": "0.4.0-beta.1",
"vite-code-inspector-plugin": "0.4.0-beta.1",
"webpack-code-inspector-plugin": "0.4.0-beta.1"
},

@@ -55,4 +55,5 @@ "devDependencies": {

"build": "tsc && vite build",
"pub": "pnpm publish"
"pub": "pnpm publish",
"pub:beta": "pnpm publish --tag beta"
}
}

@@ -33,7 +33,7 @@ <div align="center">

```perl
npm i webpack-code-inspector-plugin -D
npm i code-inspector-plugin -D
# or
yarn add webpack-code-inspector-plugin -D
yarn add code-inspector-plugin -D
# or
pnpm add webpack-code-inspector-plugin -D
pnpm add code-inspector-plugin -D
```

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