Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extra-array

Package Overview
Dependencies
Maintainers
1
Versions
856
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-array - npm Package Compare versions

Comparing version 0.0.1 to 0.1.7

0

index.js

@@ -0,0 +0,0 @@ // 0. array-allof (allOf)

109

package.json
{
"name": "extra-array",
"version": "0.0.1",
"version": "0.1.7",
"description": "Extra methods for array.",

@@ -11,7 +11,8 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/nodef/array-extra.git"
"url": "git+https://github.com/extra-array/extra-array.git"
},
"keywords": [
"extra",
"array",
"extra"
"merferry"
],

@@ -21,56 +22,56 @@ "author": "wolfram77@gmail.com",

"bugs": {
"url": "https://github.com/nodef/array-extra/issues"
"url": "https://github.com/extra-array/extra-array/issues"
},
"homepage": "https://github.com/nodef/array-extra#readme",
"homepage": "https://github.com/extra-array/extra-array#readme",
"devDependencies": {
"array-allof": "^0.1.1",
"array-any": "^0.1.1",
"array-append": "^0.1.6",
"array-arange": "^0.1.5",
"array-average": "^0.1.1",
"array-compactto": "^0.1.1",
"array-containsit": "^0.1.1",
"array-copyto": "^0.1.6",
"array-count": "^0.1.2",
"array-countall": "^0.1.2",
"array-equalto": "^0.1.1",
"array-euclideandistance": "^0.1.6",
"array-everyof": "^0.1.2",
"array-filterto": "^0.1.1",
"array-findall": "^0.1.1",
"array-findallindices": "^0.1.1",
"array-findin": "^0.1.1",
"array-findindexof": "^0.1.1",
"array-firstof": "^0.1.1",
"array-foreachof": "^0.1.2",
"array-fromentries": "^0.1.4",
"array-fromlists": "^0.1.4",
"array-hammingdistance": "^0.1.5",
"array-includesit": "^0.1.0",
"array-includesonly": "^0.1.1",
"array-indexfor": "^0.1.1",
"array-indicesof": "^0.1.1",
"array-is": "^0.1.3",
"array-jointo": "^0.1.1",
"array-lastindexof": "^0.1.1",
"array-lastof": "^0.1.1",
"array-linspace": "^0.1.3",
"array-mapto": "^0.1.1",
"array-maxof": "^0.1.1",
"array-middleof": "^0.1.1",
"array-minof": "^0.1.1",
"array-moveto": "^0.1.1",
"array-pick": "^0.1.4",
"array-pickas": "^0.1.2",
"array-reduceby": "^0.1.1",
"array-repeatto": "^0.1.1",
"array-reverseto": "^0.1.1",
"array-sliceto": "^0.1.6",
"array-someof": "^0.1.1",
"array-sortindex": "^0.1.2",
"array-sortto": "^0.1.2",
"array-sumof": "^0.1.1",
"array-values": "^0.1.1",
"array-zipobject": "^0.1.1"
"@extra-array/all": "^1.0.1",
"@extra-array/any": "^1.0.1",
"@extra-array/append": "^1.0.1",
"@extra-array/arange": "^1.0.1",
"@extra-array/average": "^1.0.1",
"@extra-array/compact": "^1.0.1",
"@extra-array/contains": "^1.0.1",
"@extra-array/copy": "^1.0.1",
"@extra-array/count": "^1.0.1",
"@extra-array/count-all": "^1.0.1",
"@extra-array/equal": "^1.0.1",
"@extra-array/euclidean-distance": "^1.0.3",
"@extra-array/every": "^1.0.1",
"@extra-array/filter": "^1.0.1",
"@extra-array/find-all": "^1.0.1",
"@extra-array/find-all-indices": "^1.0.1",
"@extra-array/find": "^1.0.1",
"@extra-array/find-index": "^1.0.1",
"@extra-array/first": "^1.0.1",
"@extra-array/for-each": "^1.0.1",
"@extra-array/from-entries": "^1.0.1",
"@extra-array/from-lists": "^1.0.1",
"@extra-array/hamming-distance": "^1.0.2",
"@extra-array/includes": "^1.0.1",
"@extra-array/includes-only": "^1.0.1",
"@extra-array/index-of": "^1.0.1",
"@extra-array/indices-of": "^1.0.1",
"@extra-array/is": "^1.0.1",
"@extra-array/join": "^1.0.1",
"@extra-array/last-index-of": "^1.0.1",
"@extra-array/last": "^1.0.1",
"@extra-array/linspace": "^1.0.1",
"@extra-array/map": "^1.0.1",
"@extra-array/max": "^1.0.1",
"@extra-array/middle": "^1.0.1",
"@extra-array/min": "^1.0.1",
"@extra-array/move": "^1.0.1",
"@extra-array/pick": "^1.0.1",
"@extra-array/pick-as": "^1.0.2",
"@extra-array/reduce": "^1.0.1",
"@extra-array/repeat": "^1.0.1",
"@extra-array/reverse": "^1.0.1",
"@extra-array/slice": "^1.0.1",
"@extra-array/some": "^1.0.1",
"@extra-array/sort-index": "^1.0.1",
"@extra-array/sort": "^1.0.1",
"@extra-array/sum": "^1.0.1",
"@extra-array/values": "^1.0.1",
"@extra-array/zip-object": "^1.0.1"
}
}

@@ -0,1 +1,4 @@

# array-extra
> [array-extra](https://www.npmjs.com/package/array-extra) was renamed to [extra-array](https://www.npmjs.com/package/extra-array).
[![NPM](https://nodei.co/npm/array-extra.png)](https://nodei.co/npm/array-extra/)

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