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.6.2 to 1.7.0

3

libs/dependencies.js

@@ -29,2 +29,5 @@ const nctx = require("nctx")

}
if (!dependency.pluginName && dependency.key) {
dependency.pluginName = dependency.key
}
return dependency

@@ -31,0 +34,0 @@ }

2

package.json
{
"name": "@modjo/core",
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",

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

@@ -50,3 +50,5 @@ const path = require("path")

} catch (err) {
if (err.code !== "MODULE_NOT_FOUND") {
if (
!(err.code === "MODULE_NOT_FOUND" && err.message.includes(`"${key}"`))
) {
throw err

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