🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nweb/core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nweb/core - npm Package Compare versions

Comparing version
1.1.6
to
1.1.7
+3
-3
lib/VWebApp.js

@@ -88,2 +88,5 @@ "use strict";

let module = type;
if (module.prototype?.annotation?.component !== true) {
return [];
}
if (typeof type === 'function') {

@@ -97,5 +100,2 @@ try {

}
if (!module.annotation?.component) {
return [];
}
if (module.annotation?.conditional?.class?.call(module, this) === false) {

@@ -102,0 +102,0 @@ this.logger.warn(`Component ${module.annotation.name} not match conditional`);

{
"name": "@nweb/core",
"version": "1.1.6",
"version": "1.1.7",
"description": "web核心组件",

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