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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

4

index.js

@@ -5,3 +5,3 @@ module.exports = class apphelpers {

*/
trims(str, char) {
async trims(str, char) {
if (typeof char === 'undefined') {

@@ -26,3 +26,3 @@ char = '';

*/
ucwords(str) {
async ucwords(str) {
return (str + '').replace(/^([a-z\u00E0-\u00FC])|\s+([a-z\u00E0-\u00FC])/g, ($1) => {

@@ -29,0 +29,0 @@ return $1.toUpperCase();

{
"name": "apphelpers",
"version": "1.0.0",
"description": "Javascript App Helper Functions",
"version": "1.0.1",
"description": "Node Js App Helper Functions",
"homepage": "https://github.com/krishnaTORQUE/apphelpers",
"main": "index.js",
"scripts": {},
"keywords": [

@@ -12,3 +12,7 @@ "Javascript Helpers",

"author": "Krishna Torque",
"license": "GNU GPL V2"
}
"license": "GNU GPL V2",
"repository": {
"type": "git",
"url": "https://github.com/krishnaTORQUE/apphelpers"
}
}
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