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

lister

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lister

Making and manipulating lists in JS easier

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Build Status

Installation

To install Lister, simply use

npm i lister

Usage

const lister = require('lister')
console.log(lister.makeList(7))
// [0, 1, 2, 3, 4, 5, 6, 7]

Documentation

https://jpbulman.github.io/listerJS/

Uses docsify.

To run and edit the docs locally, see docInstructions.md

Development Setup

After cloning the repo, run

npm install

to get all of the dependencies.

Testing

To run the test suite, simply run

npm test

to make sure everything is still passing.

FAQs

Package last updated on 25 Apr 2020

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