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.16 to 2.0.17

16

lib/release.js

@@ -36,9 +36,17 @@ /*

}
if (!opt.srcCache || fis.util.isEmpty(opt.srcCache)) {
opt.srcCache = fis.project.getSource();
var src = {};
if (Array.isArray(opt.srcCache) && opt.srcCache.length) {
opt.srcCache.forEach(function (path) {
var file = fis.file(path);
if (file.release) {
src[file.subpath] = file;
}
});
} else {
src = fis.project.getSource();
}
var ret = {
src : opt.srcCache,
src : src,
ids : {},

@@ -45,0 +53,0 @@ pkg : {},

{
"name": "fis-kernel",
"description": "fis kernel.",
"version": "2.0.16",
"version": "2.0.17",
"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