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.0 to 2.0.1

2

lib/compile.js

@@ -441,3 +441,3 @@ /*

ret = f.getContent();
if(type === 'jsEmbed' && !f.isJsLike){
if(type === 'jsEmbed' && !f.isJsLike && !f.isJsonLike){
ret = JSON.stringify(ret);

@@ -444,0 +444,0 @@ }

@@ -133,3 +133,6 @@ /*

this.isHtmlLike = true;
break;
break;
case '.json':
this.isJsonLike = true;
break;
}

@@ -136,0 +139,0 @@ } else if(_.isImageFile(rExt)) {

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