Socket
Socket
Sign inDemoInstall

manis

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

2

lib/finder.js
/**
* @file baidu reporter
* @file Finder
* @author chris<wfsr@foxmail.com>

@@ -4,0 +4,0 @@ */

/**
* @file baidu reporter
* @file Manis
* @author chris<wfsr@foxmail.com>

@@ -4,0 +4,0 @@ */

/**
* @file baidu reporter
* @file utils
* @author chris<wfsr@foxmail.com>

@@ -35,2 +35,5 @@ */

}
else if (Array.isArray(src[key]) && Array.isArray(target[key])) {
target[key] = src[key].concat(target[key]);
}
else {

@@ -37,0 +40,0 @@ target[key] = src[key];

{
"name": "manis",
"version": "0.3.2",
"version": "0.3.3",
"description": "Find and read your configuration files recursively",

@@ -5,0 +5,0 @@ "main": "lib/manis.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc