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.9 to 1.1.0

3

index.js

@@ -52,2 +52,5 @@ module.exports = {

},
clone : function(arr){
return arr;
},
findMany : function(arr){

@@ -54,0 +57,0 @@ var ans = "";

2

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

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

@@ -46,2 +46,4 @@ # grand-array

GrandArray.clone(array) //clones the specified array
```

@@ -48,0 +50,0 @@ ## Removing and Adding

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