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

arey

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arey

Experimental module that uses ES6 classes to extend `Array`

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

arey

Experimental module that uses ES6 classes to extend Array.

Try it: npm install arey

let Arey = require("arey").Arey;

let list = new Arey();

Arey.of(1,2,3); // [1,2,3]
Arey.isArray([1,2,3]) // true
.diff([1,2,3], [3,4,5]) // [1,2]

P.S: More methods are on it's way.

Keywords

ES6

FAQs

Package last updated on 06 Jan 2017

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