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

fill-random-array

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fill-random-array

lib for create and fill array

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Training project on creating and hosting your own module

###Install

$ npm install fill-random-array

###Usage

const lib = require("fill-random-array");

const arrayOfNumbers = lib.getFillArrayNumbers(10, 0, 100);

const start = new Date(2023, 0, 1);
const end = new Date();
const arrayOfDates = lib.getFillArrayDates(30, start, end);
``

FAQs

Package last updated on 20 Nov 2023

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