New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flatten/array

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatten/array - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

CHANGES.md

@@ -0,1 +1,5 @@

## 1.1.7 - 2018/07/15
1. second attempt to make the performance.png image show on npmjs.com... by referencing it with an absolute path. The problem is it will always be the newest one, not matching the published version being viewed at npmjs.com. I could do the link to the exact version, but, I'd have to change that link every time I publish new performance results...
## 1.1.6 - 2018/07/15

@@ -2,0 +6,0 @@

5

package.json
{
"name": "@flatten/array",
"version": "1.1.6",
"version": "1.1.7",
"description": "Fastest array flatten.",
"main": "lib/index.js",
"files": [
"lib/index.js",
"docs/performance.png"
"lib/index.js"
],

@@ -10,0 +9,0 @@ "keywords": [

@@ -103,5 +103,5 @@ # @flatten/array

![Show performance comparison with various inputs for this implementation, array-flatten, and flatten-array.](docs/performance.png)
![Show performance comparison with various inputs for this implementation, array-flatten, and flatten-array.](https://raw.githubusercontent.com/elidoran/flatten-array/master/docs/performance.png)
## [MIT License](LICENSE)
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