Socket
Socket
Sign inDemoInstall

split-array

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

split-array - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "split-array",
"version": "1.0.0",
"version": "1.0.1",
"description": "Split an array into arrays of a specific length",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "mocha"
"test": "xo && mocha"
},

@@ -31,4 +31,11 @@ "files": [

"devDependencies": {
"mocha": "*"
"mocha": "*",
"xo": "*"
},
"xo": {
"envs": [
"node",
"mocha"
]
}
}

@@ -39,3 +39,3 @@ # split-array [![Build Status](https://travis-ci.org/arthurvr/split-array.svg?branch=master)](https://travis-ci.org/arthurvr/split-array)

*Required*
*Required*
Type: `number`

@@ -42,0 +42,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