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

fis-prepackager-m2c

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-prepackager-m2c - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

index.js

@@ -39,5 +39,5 @@ var Cache = require('./lib/cache.js');

//解决文件内容依赖其它文件的情况比如使用了inline方式
// if (file.cache && !fis.util.isEmpty(file.cache.deps) && fis.util.isEmpty(_cache)) {
// _cache = {};
// }
if (!file.cache || fis.util.isEmpty(_cache)) {
_cache = {};
}

@@ -58,7 +58,7 @@ if (!fis.util.isEmpty(_cache)) {

} else {
return file.getContent();
return file.getRawContent();
}
}
});
file.rawContent = file.getContent();
file.setContent(alp.storage[id].getContent());

@@ -65,0 +65,0 @@ }

{
"name": "fis-prepackager-m2c",
"version": "1.0.5",
"version": "1.0.6",
"description": "A modular analysis tool",

@@ -5,0 +5,0 @@ "main": "index.js",

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