fis-kernel
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -89,3 +89,3 @@ /* | ||
} catch (e){ | ||
fis.log.error('load plugin [' + pluginName + '] error : ' + e.message); | ||
fis.log.debug('load plugin [' + pluginName + '] error : ' + e.message); | ||
} | ||
@@ -92,0 +92,0 @@ } catch (e){ |
@@ -90,3 +90,4 @@ /* | ||
} | ||
if(file && fis.util.isFile(file)){ | ||
var root = fis.project.getProjectPath(); | ||
if(file && fis.util.isFile(file) && ~root.indexOf(file)){ | ||
info.file = fis.file(file); | ||
@@ -112,2 +113,2 @@ } | ||
uri.replaceProperties = replaceProperties; | ||
uri.roadmap = roadmap; | ||
uri.roadmap = roadmap; |
{ | ||
"name": "fis-kernel", | ||
"description": "fis kernel.", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"author": "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
79342
2385
5