You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@xylabs/array

Package Overview
Dependencies
Maintainers
0
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/array - npm Package Compare versions

Comparing version

to
4.4.19

2

dist/neutral/filterAs.d.ts

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

export declare const filterAs: <In, Out>(x: In[], predicate: (a: In) => Out) => Out[];
export declare const filterAs: <In, Out>(x: In[], predicate: (a: In) => Out) => NonNullable<Out>[];
//# sourceMappingURL=filterAs.d.ts.map
{
"name": "@xylabs/array",
"version": "4.4.18",
"version": "4.4.19",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@xylabs/exists": "^4.4.18"
"@xylabs/exists": "^4.4.19"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"@xylabs/tsconfig": "^4.2.4",
"@xylabs/vitest-extended": "^4.4.18",
"@xylabs/vitest-extended": "^4.4.19",
"typescript": "^5.7.2",

@@ -47,0 +47,0 @@ "vitest": "^2.1.8"

Sorry, the diff of this file is not supported yet