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

@midgar/midgar

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@midgar/midgar - npm Package Compare versions

Comparing version 1.0.0-alpha.4.1 to 1.0.0-alpha.4.2

2

package.json
{
"name": "@midgar/midgar",
"version": "1.0.0-alpha.4.1",
"version": "1.0.0-alpha.4.2",
"description": "MVCS node js framework",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -121,3 +121,3 @@ import path from 'path'

action: async (mid, plugin) => {
if (!mid.cli.configPath) throw new Error(`Cannot add ${plugin} to plugins.json, Midgar config have not be resolved !`)
if (!mid.cli.configPath) console.log(`Cannot add ${plugin} to plugins.json, Midgar config have not be resolved !`)

@@ -124,0 +124,0 @@ if (await mid.addPlugin(plugin)) {

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