Socket
Socket
Sign inDemoInstall

arr-flatten

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -5,3 +5,3 @@ /*!

* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License
* Licensed under the MIT License.
*/

@@ -8,0 +8,0 @@

{
"name": "arr-flatten",
"description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/arr-flatten",

@@ -21,2 +21,5 @@ "author": {

},
"files": [
"index.js"
],
"main": "index.js",

@@ -27,3 +30,3 @@ "engines": {

"scripts": {
"test": "mocha -R spec",
"test": "mocha",
"benchmarks": "node benchmark"

@@ -30,0 +33,0 @@ },

@@ -1,2 +0,2 @@

# arr-flatten [![NPM version](https://badge.fury.io/js/arr-flatten.svg)](http://badge.fury.io/js/arr-flatten)
# arr-flatten [![NPM version](https://badge.fury.io/js/arr-flatten.svg)](http://badge.fury.io/js/arr-flatten) [![Build Status](https://travis-ci.org/jonschlinkert/arr-flatten.svg)](https://travis-ci.org/jonschlinkert/arr-flatten)

@@ -37,3 +37,2 @@ > Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

## Install
## Install with [npm](npmjs.org)

@@ -68,3 +67,3 @@

## License
Copyright (c) 2015 Jon Schlinkert
Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license

@@ -74,4 +73,4 @@

_This file was generated by [verb](https://github.com/assemble/verb) on January 19, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 11, 2015._
[array-flatten]: https://github.com/blakeembrey/array-flatten

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc