Socket
Socket
Sign inDemoInstall

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.


Version published
Weekly downloads
55
increased by37.5%
Maintainers
1
Weekly downloads
 
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

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

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