Socket
Book a DemoInstallSign in
Socket

astambultsian-tolerate-warning

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astambultsian-tolerate-warning

warn users about anything but only once

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

tolerate-warning

Warn users about anything but only once

Installation

npm install astambultsian-tolerate-warning

Usage example

import { tolerateWarning } from 'astambultsian-tolerate-warning';

const warn = tolerateWarning('App');

function doSomething() {
  warn('Hello! I will warn you only once!');
}

doSomething();
doSomething();
doSomething();

Keywords

utility

FAQs

Package last updated on 24 Jul 2021

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