Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
is-path-inside
/
File Content:
index.js
'use strict'; var path = require('path'); var pathIsInside = require('path-is-inside'); module.exports = function (a, b) { a = path.resolve(a); b = path.resolve(b); if (a === b) { return false; } return pathIsInside(a, b); };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
236 bytes
0644
license
1119 bytes
0644
package.json
1693 bytes
0644
readme.md
595 bytes
0644
N4ST4R_ID | Naxtarrr