Socket
Book a DemoInstallSign in
Socket

rubish

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

rubish

Very silly module with some useful shorthands inspired by Ruby

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

node-rubish

Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)

Very silly module with some useful shorthands inspired by Ruby.

Usage

(4).times(function (i) {
  console.log(2 * i);
});

will output:

0
2
4
6

Keywords

ruby

FAQs

Package last updated on 30 Oct 2011

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