New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

instant-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instant-utils

Utility methods

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
Maintainers
1
Weekly downloads
 
Created
Source

Instant Utils

Javascript helper methods.

Please note: This is specifically tailored for instant packages. If you are not a member of the Instant Feedback team, please avoid using this package

Features

  • Async For Each
  • Async Map

Installation

You can install this wrapper by running the following in your project:

$ npm install instant-utils

Usage

ES Modules

import { asyncMap } from 'instant-utils';

// Do stuff with asyncMap or any of the other Utils you import

CommonJS Modules

const utils = require('instant-utils');

// Do stuff with asyncMap or any of the other Utils you import

Running Tests

To run the tests, clone the repository and install the dependencies:

git clone https://github.com/JSJInvestments/instant-utils.git
cd instant-utils && npm i
npm run test

License

MIT

Keywords

FAQs

Package last updated on 29 Aug 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc