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-aplha.3.1 to 1.0.0-aplha.3.2

4

package.json
{
"name": "@midgar/midgar",
"version": "1.0.0-aplha.3.1",
"version": "1.0.0-aplha.3.2",
"description": "node js framework",

@@ -30,3 +30,3 @@ "main": "./src/index.js",

"dotenv": "^8.2.0",
"emittery": "^0.7.2",
"emittery": "^0.8.1",
"glob": "^7.1.6",

@@ -33,0 +33,0 @@ "lodash.merge": "^4.6.2",

@@ -1,3 +0,1 @@

## Alpha stage
# Midgar

@@ -4,0 +2,0 @@

@@ -74,3 +74,3 @@ const Emittery = require('emittery')

await this.pm.initPlugins()
await this.emit('afterInitPlugins')
await this.emit('after-init-plugins')
await this.emit('start')

@@ -77,0 +77,0 @@ }

@@ -58,3 +58,3 @@ const path = require('path')

const afterInitPluginFn = jest.fn();
app.on('afterInitPlugins', afterInitPluginFn)
app.on('after-init-plugins', afterInitPluginFn)

@@ -61,0 +61,0 @@ const startFn = jest.fn();

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