Socket
Socket
Sign inDemoInstall

array-flatten

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

array-flatten.d.ts
declare function flatten <T> (array: flatten.NestedArray<T>): T[];
declare namespace flatten {
export interface NestedArray <T> extends Array<T | NestedArray<T>> {}
export interface NestedArray <T> extends ReadonlyArray<T | NestedArray<T>> {}

@@ -6,0 +6,0 @@ export interface NestedList <T> {

{
"name": "array-flatten",
"version": "2.1.1",
"version": "2.1.2",
"description": "Flatten nested arrays",

@@ -42,7 +42,7 @@ "main": "array-flatten.js",

"devDependencies": {
"benchmarked": "^0.2.5",
"benchmarked": "^2.0.0",
"istanbul": "^0.4.0",
"mocha": "^3.1.2",
"standard": "^8.5.0"
"standard": "^10.0.0"
}
}
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