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.0 to 0.3.1

4

lib/manis.js

@@ -62,3 +62,3 @@ /**

var match = pathOrValue.match(/^(.*\/)([^\/]+)$/);
var match = pathOrValue.match(/^(.*[\/\\])([^\/\\]+)$/);
if (!match) {

@@ -202,3 +202,3 @@ throw new Error('Invalid path.');

pathOrNameOrValue = pathOrNameOrValue.replace(/\/{2}/g, '/');
pathOrNameOrValue = pathOrNameOrValue.replace(/[\/\\]{2}/g, '/');
}

@@ -205,0 +205,0 @@

{
"name": "manis",
"version": "0.3.0",
"version": "0.3.1",
"description": "Find and read your configuration files recursively",

@@ -26,3 +26,3 @@ "main": "lib/manis.js",

"engines": {
"node": ">=0.10"
"node": ">=4"
},

@@ -34,7 +34,7 @@ "bugs": {

"devDependencies": {
"coveralls": "^2.11.2",
"fecs": "^0.4.1",
"istanbul": "^0.3.15",
"coveralls": "latest",
"fecs": "latest",
"istanbul": "^0.4.2",
"jasmine-node": "^2.0.0",
"mock-fs": "^3.0.0"
"mock-fs": "^3.11.0"
},

@@ -41,0 +41,0 @@ "dependencies": {

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