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.1 to 1.8.2

11

lib/compile.js

@@ -215,3 +215,12 @@ /*

});
m = $1 + (embed || extJs($2));
if(embed){
//embed file
m = $1 + embed;
} else if(!/\s+type\s*=/i.test($1) || /\s+type\s*=\s*(['"]?)text\/javascript\1/i.test($1)) {
//without attrubite [type] or must be [text/javascript]
m = $1 + extJs($2);
} else {
//other type as html
m = $1 + extHtml($2);
}
} else if($3){//<style>

@@ -218,0 +227,0 @@ m = $3 + extCss($4);

2

lib/file.js

@@ -146,3 +146,3 @@ /*

if(this.release){
release = this.release.replace(/[\/\\]+/, '/');
release = this.release.replace(/[\/\\]+/g, '/');
if(release[0] !== '/'){

@@ -149,0 +149,0 @@ release = '/' + release;

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