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

fis-kernel

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-kernel - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

2

fis-kernel.js

@@ -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/",

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