Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@common-utilities/head

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-utilities/head - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/index.d.ts
/**
* head 👤
* ----
* A common utility returning the first item in an array
* ----
* @param {array}

@@ -4,0 +7,0 @@ * @returns {item} returns the first item of an array

@@ -5,2 +5,5 @@ "use strict";

* head 👤
* ----
* A common utility returning the first item in an array
* ----
* @param {array}

@@ -7,0 +10,0 @@ * @returns {item} returns the first item of an array

4

package.json
{
"name": "@common-utilities/head",
"version": "0.0.2",
"version": "0.0.3",
"description": "A basic implementation of the common utility function, Head 👤",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

},
"gitHead": "6a7e5b4c5a9cee469b6da45ab024189c2ba60447"
"gitHead": "97aa7238b52ada20611cac72a7a28e8de0ebd30c"
}
# @common-utilities/head 🧰👤
A common function for return the value of the first item in an Array.
**Head** is a common function for return the value of the first item in an Array.

@@ -5,0 +5,0 @@ ## Install

Sorry, the diff of this file is not supported yet

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