Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
async-array-prototype
Advanced tools
This repository contains the asynchronous version of most array methods in JavaScript.
First install or download this repository.
npm i async-array-prototype
# or
yarn add async-array-prototype
Then either import the whole package or include a new script tag with src
pointing to your downloaded and extracted repository.
You can also include the whole package from unpkg.com
<script src="https://unpkg.com/async-array-prototype"></script>
Then
import 'async-array';
Once imported, the asyncronous methods are available on the Array.prototype
and you can use them with any array.
every
filter
find
findIndex
forEach
map
some
reduce
Of course you can live on the edge and use the raw ES7 version of the methods by importing them from the lib
folder.
This way you will not extend the array prototype and the actual usage is left to you.
MIT
FAQs
Async array methods in JavaScript
The npm package async-array-prototype receives a total of 64 weekly downloads. As such, async-array-prototype popularity was classified as not popular.
We found that async-array-prototype demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.