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 2.0.6 to 2.0.7

9

fresh.js

@@ -28,2 +28,10 @@ /**

/**
* Gets elements before last element of array.
* @param {array} x array
* @returns {array} elements before last
*/
function init(x) {
return x.slice(0, -1);
}

@@ -64,3 +72,4 @@ /**

exports.tail = tail;
exports.init = init;
exports.zip = zip;
exports.zipWith = zipWith;

2

package.json
{
"name": "extra-array",
"version": "2.0.6",
"version": "2.0.7",
"description": "Standard utility methods for Array.",

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

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