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

apphelpers

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

apphelpers

Node Js App Helper Functions

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AppHelpers

v1.0.1 : Stable

Description

Node Js App Helper Functions

const apphelpers = require('apphelpers');
let helpers = new apphelpers();
/**
 * Example
 */
helpers.ucwords('hello world').then(str => {
    console.log(str);
    // return Hello World
});
List of Functions

trims

fupper

ucwords

randStr

randNum

validNum

validEmail

validUrl

getBrowser

getOS

isMobile

License (C) 2019 under GNU GPL V2.

Keywords

FAQs

Package last updated on 23 Jun 2019

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