🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@extra-array/head

Package Overview
Dependencies
Maintainers
1
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extra-array/head - npm Package Compare versions

Comparing version
2.10.11
to
2.10.12
+1
-1
example.js

@@ -1,2 +0,2 @@

const array = require('extra-array');
const array = require("extra-array");

@@ -3,0 +3,0 @@ array.head([1, 2, 3]);

{
"name": "@extra-array/head",
"version": "2.10.11",
"version": "2.10.12",
"description": "Gets first value.",

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

@@ -18,3 +18,3 @@ Gets first value. [:running:] [:vhs:] [:package:] [:moon:] [:ledger:]

```javascript
const array = require('extra-array');
const array = require("extra-array");

@@ -21,0 +21,0 @@ array.head([1, 2, 3]);