Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

extra-utilities

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-utilities

A collection of useful helper functions.

latest
Source
npmnpm
Version
1.3.7
Version published
Maintainers
1
Created
Source

Extra Utilities

NPM version Coverage Status Known Vulnerabilities Downloads Install Size Contributors Pull Requests Welcome

A collection of useful helper functions.

Client-Side Usage

<script src="extra-utilities.js"></script>

<script type="text/javascript">
	utilities.isBoolean(false); // => true
</script>

Server-Side Usage

const utilities = require("extra-utilities");

utilities.isBoolean(false); // => true

Installation

To install this module:

npm install extra-utilities

Building

To build the distribution files for this module:

npm run build

or

gulp build

Keywords

extra

FAQs

Package last updated on 27 Apr 2023

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