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

@modjo/core

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modjo/core - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

14

libs/dependencies.js

@@ -187,7 +187,13 @@ const nctx = require("nctx")

const trunk = (async () => {
const instance = await instancePromise
if (dep.key) {
ctx.set(dep.key, instance)
try {
const instance = await instancePromise
if (dep.key) {
ctx.set(dep.key, instance)
}
return instance
} catch (err) {
process.stderr.write("modjo error dependency rejection")
console.error(err)
process.exit(1)
}
return instance
})()

@@ -194,0 +200,0 @@ treeCtx.trunk = trunk

{
"name": "@modjo/core",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "dependencies": {

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