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

dadojs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dadojs

Lanzamiento de un dado al azar

latest
Source
npmnpm
Version
0.1.17
Version published
Maintainers
1
Created
Source

Dadojs

Tool for rolling a random six-sided dice

NPM Version NPM Install Size NPM Downloads

const dadojs = require('dadojs');

const number = dadojs.lanzar();

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install dadojs

Running Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install

$ npm test

License

MIT

Keywords

dado

FAQs

Package last updated on 14 Jan 2024

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