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 2.0.2 to 2.0.3

9

fresh.js

@@ -0,3 +1,9 @@

/**
* Gets first element of array.
* @param {array} x array
*/
function head(x) {
return x[0];
}
/**

@@ -34,4 +40,5 @@ * Returns corresponding values from n arrays.

}
Array.head = head;
Array.zip = zip;
Array.zipWith = zipWith;
module.exports = Array;

2

package.json
{
"name": "extra-array",
"version": "2.0.2",
"version": "2.0.3",
"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