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/last

Package Overview
Dependencies
Maintainers
1
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extra-array/last - npm Package Compare versions

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

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