New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ls-sync

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ls-sync

Lists the absolute path of all files in `dir` synchronously.

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

ls-sync

Lists the absolute path of all files in dir synchronously.

Install

npm i ls-sync --save

Usage

var ls = require('ls-sync');

console.log(ls('.'));
console.log(ls('..'));
console.log(ls('/Users/nswbmw'));

License

MIT

Keywords

ls

FAQs

Package last updated on 16 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts