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.17 to 2.0.18

2

lib/compile.js

@@ -85,3 +85,3 @@ /*

if(settings.unique){
CACHE_DIR += Date.now() + '-' + Math.random();
CACHE_DIR = 'compile_' + Date.now() + '-' + Math.random();
} else {

@@ -88,0 +88,0 @@ CACHE_DIR += ''

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

opt.srcCache.forEach(function (path) {
if (!fis.util.isFile(path)) return;
var file = fis.file(path);

@@ -42,0 +43,0 @@ if (file.release) {

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