Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

namastey-array

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namastey-array

A package providing various important methods for working with arrays.

  • 1.0.0
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

namastey-array

namastey-array is a JavaScript package that provides various important methods for working with arrays. This package includes functionality for manipulating and querying arrays with ease.

Features

  • append(value): Adds a new element to the end of the array.
  • insertAt(value, index): Inserts a new element at a specified position.
  • remove(value): Removes an element by its value.
  • find(value): Finds the index of an element by its value.
  • getSize(): Returns the size of the array.
  • printArray(): Prints the array to the console.
  • sortArray(): Sorts the array in ascending order.
  • reverseArray(): Reverses the order of the array.
  • includes(value): Checks if the array includes a specific value.
  • map(callback): Applies a callback function to each element and returns a new array.
  • filter(callback): Applies a callback function to each element and returns a new array with elements that pass the test.
  • reduce(callback, initialValue): Applies a callback function to each element to reduce the array to a single value.

Installation

You can install the package globally using npm:

npm install -g namastey-array

FAQs

Package last updated on 25 Aug 2024

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