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 4.1.15 to 4.1.16

2

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

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

@@ -60,7 +60,7 @@ An [array] is a collection of values, stored contiguously.<br>

xarray.swap(x, 0, 1);
// → [2, 1, 3, 4]
// → [ 2, 1, 3, 4 ]
var x = [1, 2, 3, 4];
xarray.rotate(x, 1);
// → [4, 1, 2, 3]
// → [ 2, 3, 4, 1 ]

@@ -67,0 +67,0 @@ xarray.permutations([1, 2, 3]);

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