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

grand-array

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grand-array - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "grand-array",
"version": "1.0.4",
"version": "1.0.5",
"description": "Easy to use Array Manipulator with tons of Array Operations",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,3 +33,3 @@ # grand-array

GrandArray.findMany(array,value1,value2,valueN) //returns boolean
GrandArray.findMany(array,value1,value2,valueN) //returns booleans

@@ -41,3 +41,3 @@ ```

GrandArray.connect(array1,array2) //joins bot arrays
GrandArray.connect(array1,array2) //joins both arrays

@@ -55,3 +55,3 @@ GrandArray.merge(array1,array2) //merges the data of both arrays

GrandArray.add(array, value) //adds a value at the end of the array
GrandArray.add(array, value) //adds the value at the end of the array

@@ -75,3 +75,3 @@ GrandArray.addMany(array, value1, value2, valueN) //adds many values at the end of the array

GrandArray.reverse(array) //reverses the array
GrandArray.reverse(array) //returns the reversed array

@@ -78,0 +78,0 @@ ```

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