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.26 to 0.0.27

7

lib/projectLoader.js

@@ -11,3 +11,3 @@ /*

var assert = require('assert');
var path = require('path');
/**

@@ -39,3 +39,4 @@ *

var configDir = options.configDir || fis.util.realpath(projectPath + "/config"),
configReg = /[\/|\\](.+)-map\.json$/,
configReg = /[\/|\\](.*)-map\.json$/,
moduleReg = /(.*)-map\.json$/,
widgetPreg = /\w+\/widget\/.+\.tpl$/,

@@ -45,3 +46,3 @@ configFiles = fis.util.find(configDir, configReg),

configFiles.forEach(function(file){
var fileMatch = file.match(configReg);
var fileMatch = path.basename(file).match(moduleReg);
assert.equal(fileMatch.length, 2);

@@ -48,0 +49,0 @@ var fileName = fileMatch[1];

{
"name": "fis-project-analyzer",
"version": "0.0.26",
"version": "0.0.27",
"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