Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@extra-array/head.min

Package Overview
Dependencies
Maintainers
1
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extra-array/head.min - npm Package Compare versions

Comparing version
2.10.18
to
2.10.19
+1
.coveralls.yml
repo_token: mHSGUhmbnerxllag7F1lZVgwXXtECkrTo
+1
-1
function head(x, vd) {
return x.length > 0 ? x[0] : vd;
}
export default head;
export { head as default };
{
"name": "@extra-array/head.min",
"version": "2.10.18",
"version": "2.10.19",
"description": "Gets first value.",

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