@lcap/nasl-sentry
Advanced tools
Comparing version 3.9.0-beta.4 to 3.9.0-beta.5
@@ -23,2 +23,5 @@ "use strict"; | ||
const isUsefulProperty = (SourceClass) => (property) => { | ||
if (developing) { | ||
return; | ||
} | ||
if (!SourceClass || !property) { | ||
@@ -57,2 +60,5 @@ return; | ||
const monitor = (key, SourceClass, TargetClass) => (name) => { | ||
if (developing) { | ||
return SourceClass; | ||
} | ||
if (!TargetClass || !SourceClass) { | ||
@@ -59,0 +65,0 @@ return; |
{ | ||
"name": "@lcap/nasl-sentry", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.4", | ||
"version": "3.9.0-beta.5", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -6,0 +6,0 @@ "main": "./out", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15688
191