New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fis-project-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-project-analyzer - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

7

lib/projectLoader.js

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

var res = moduleConf['res'];
var pkg = moduleConf['pkg'];
//get res real path

@@ -59,2 +60,8 @@ fis.util.map(res, function(resID, resConf){

});
fis.util.map(pkg, function(resID, resConf){
resConf.id = resID;
resConf.path = fis.util.realpath(projectPath + '/' + resConf.uri);
resPool[resConf.id] = resConf;
uriResPool[resConf.uri] = resConf;
});
fis.util.merge(pkgs, moduleConf['pkg']);

@@ -61,0 +68,0 @@ configRes[fileName] = res;

2

package.json
{
"name": "fis-project-analyzer",
"version": "0.0.19",
"version": "0.0.20",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "A tool to analyze fis-plus project deps",

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