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

fis-kernel

Package Overview
Dependencies
Maintainers
2
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.1 to 2.0.2

2

lib/compile.js

@@ -83,3 +83,3 @@ /*

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

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

{
"name" : "fis-kernel",
"description" : "fis kernel.",
"version" : "2.0.1",
"version" : "2.0.2",
"author" : "FIS Team <fis@baidu.com>",

@@ -24,2 +24,2 @@ "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