New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fis-kernel

Package Overview
Dependencies
Maintainers
1
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 1.8.9 to 1.8.10

6

lib/project.js

@@ -9,3 +9,2 @@ /*

exports.DEFAULT_REMOTE_REPOS = 'http://fis.baidu.com/repos';
exports.conf = 'fis-conf.js';

@@ -15,3 +14,6 @@ exports.getSource = function(){

source = {},
project_exclude = new RegExp('^' + fis.util.escapeReg(root + '/') + '(?:output\\b|fis-[^\\/]+$)', 'i'),
project_exclude = new RegExp(
'^' + fis.util.escapeReg(root + '/') +
'(?:output\\b|fis-[^\\/]+$)',
'i'),
include = fis.config.get('project.include'),

@@ -18,0 +20,0 @@ exclude = fis.config.get('project.exclude');

@@ -34,3 +34,4 @@ /*

'ico', 'jfif', 'jpe', 'jpeg',
'jpg', 'woff', 'cur', 'webp'
'jpg', 'woff', 'cur', 'webp',
'swf'
],

@@ -37,0 +38,0 @@ MIME_MAP = {

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