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

extra-array

Package Overview
Dependencies
Maintainers
1
Versions
858
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 4.1.3 to 4.1.4

2

package.json
{
"name": "extra-array",
"version": "4.1.3",
"version": "4.1.4",
"description": "An array is a collection of values, stored contiguously.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -95,5 +95,2 @@ An [array] is a collection of values, stored contiguously.<br>

| [entries] | Obtain all index-value pairs. |
| [ikeys] | List all indices. |
| [ivalues] | List all values. |
| [ientries] | List all index-value pairs. |
| | |

@@ -175,7 +172,2 @@ | [index] | Get zero-based index for an element in array. |

| [permutations] | Obtain all possible permutations. |
| [iprefixes] | List all possible prefixes. |
| [isuffixes] | List all possible suffixes. |
| [iinfixes] | List all possible infixes. |
| [isubsequences] | List all possible subsequences. |
| [ipermutations] | List all possible permutations. |
| [searchInfix] | Find first index of an infix. |

@@ -335,5 +327,2 @@ | [searchInfixRight] | Find last index of an infix. |

[entries]: https://github.com/nodef/extra-array/wiki/entries
[ikeys]: https://github.com/nodef/extra-array/wiki/ikeys
[ivalues]: https://github.com/nodef/extra-array/wiki/ivalues
[ientries]: https://github.com/nodef/extra-array/wiki/ientries
[index]: https://github.com/nodef/extra-array/wiki/index

@@ -406,7 +395,2 @@ [indexRange]: https://github.com/nodef/extra-array/wiki/indexRange

[permutations]: https://github.com/nodef/extra-array/wiki/permutations
[iprefixes]: https://github.com/nodef/extra-array/wiki/iprefixes
[isuffixes]: https://github.com/nodef/extra-array/wiki/isuffixes
[iinfixes]: https://github.com/nodef/extra-array/wiki/iinfixes
[isubsequences]: https://github.com/nodef/extra-array/wiki/isubsequences
[ipermutations]: https://github.com/nodef/extra-array/wiki/ipermutations
[searchInfix]: https://github.com/nodef/extra-array/wiki/searchInfix

@@ -413,0 +397,0 @@ [searchInfixRight]: https://github.com/nodef/extra-array/wiki/searchInfixRight

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