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.4 to 0.3.5

4

lib/util.js

@@ -132,2 +132,6 @@ /**

exports.loader = function (content, path, options) {
if (/\.js$/.test(path)) {
return require(path);
}
try {

@@ -134,0 +138,0 @@ return yaml.safeLoad(stripJSONComment(content), options || {filename: path, json: true});

2

package.json
{
"name": "manis",
"version": "0.3.4",
"version": "0.3.5",
"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